Skip to content

Commit e856a5a

Browse files
committed
docs: align website colors with Rsbuild
1 parent ee8aec9 commit e856a5a

1 file changed

Lines changed: 7 additions & 13 deletions

File tree

website/theme/index.scss

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
11
:root {
2-
--rp-c-brand: #564341;
3-
--rp-c-brand-dark: #463634;
4-
--rp-c-brand-darker: #392c2a;
5-
--rp-c-brand-light: #735b57;
6-
--rp-c-brand-lighter: #8a716c;
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;
77
--rp-c-link: var(--rp-c-brand);
8-
--rp-c-brand-tint: rgba(86, 67, 65, 0.08);
8+
--rp-c-brand-tint: rgba(255, 94, 0, 0.07);
99
}
1010

1111
.dark {
12-
--rp-c-brand: #eded91;
13-
--rp-c-brand-dark: #d9d978;
14-
--rp-c-brand-darker: #c5c564;
15-
--rp-c-brand-light: #f2f2ad;
16-
--rp-c-brand-lighter: #f6f6c4;
17-
--rp-c-link: var(--rp-c-brand);
18-
--rp-c-brand-tint: rgba(237, 237, 145, 0.08);
12+
--rp-c-link: var(--rp-c-brand-light);
1913
}
2014

2115
/* Keep document content visually centered when a page has no sidebar. */

0 commit comments

Comments
 (0)