Skip to content

Commit a01b200

Browse files
authored
Update colors (#247)
Signed-off-by: Christian Berendt <[email protected]>
1 parent 533df9b commit a01b200

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

src/css/custom.css

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,31 @@
22
* Any CSS included here will be global. The classic template
33
* bundles Infima by default. Infima is a CSS framework designed to
44
* work well for content-centric websites.
5+
*
6+
* https://docusaurus.io/docs/styling-layout
57
*/
68

79
/* You can override the default Infima variables here. */
810
:root {
9-
--ifm-color-primary: #2e8555;
10-
--ifm-color-primary-dark: #29784c;
11-
--ifm-color-primary-darker: #277148;
12-
--ifm-color-primary-darkest: #205d3b;
13-
--ifm-color-primary-light: #33925d;
14-
--ifm-color-primary-lighter: #359962;
15-
--ifm-color-primary-lightest: #3cad6e;
11+
--ifm-color-primary: #d1753a;
12+
--ifm-color-primary-dark: #c3682d;
13+
--ifm-color-primary-darker: #b8622b;
14+
--ifm-color-primary-darkest: #985123;
15+
--ifm-color-primary-light: #d68450;
16+
--ifm-color-primary-lighter: #d98c5a;
17+
--ifm-color-primary-lightest: #e0a27b;
1618
--ifm-code-font-size: 95%;
1719
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
1820
}
1921

2022
/* For readability concerns, you should choose a lighter palette in dark mode. */
2123
[data-theme='dark'] {
22-
--ifm-color-primary: #25c2a0;
23-
--ifm-color-primary-dark: #21af90;
24-
--ifm-color-primary-darker: #1fa588;
25-
--ifm-color-primary-darkest: #1a8870;
26-
--ifm-color-primary-light: #29d5b0;
27-
--ifm-color-primary-lighter: #32d8b4;
28-
--ifm-color-primary-lightest: #4fddbf;
24+
--ifm-color-primary: #e9c544;
25+
--ifm-color-primary-dark: #e6bd29;
26+
--ifm-color-primary-darker: #e4b81c;
27+
--ifm-color-primary-darkest: #bd9816;
28+
--ifm-color-primary-light: #eccd5f;
29+
--ifm-color-primary-lighter: #eed26c;
30+
--ifm-color-primary-lightest: #f3de95;
2931
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
3032
}

0 commit comments

Comments
 (0)