Skip to content

Commit 377933b

Browse files
authored
docs: update website brand colors (#417)
1 parent 946f343 commit 377933b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

website/theme/theme.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
:root {
2-
--rp-c-brand: #f93920;
3-
--rp-c-brand-light: #fa6552;
4-
--rp-c-brand-lighter: #fc9183;
5-
--rp-c-brand-dark: #f82307;
6-
--rp-c-brand-darker: #e01f06;
7-
--rp-c-brand-tint: rgba(249, 57, 32, 0.15);
2+
--rp-c-brand: #ff5e00;
3+
--rp-c-brand-dark: var(--rp-c-brand);
4+
--rp-c-brand-darker: #ff704d;
5+
--rp-c-brand-light: #ff7524;
6+
--rp-c-brand-lighter: #ff7524;
7+
--rp-c-brand-tint: rgba(255, 94, 0, 0.07);
88
--rp-c-text-code: var(--rp-c-text-1);
99
}
1010

0 commit comments

Comments
 (0)