Skip to content

Commit e4beec2

Browse files
committed
update theme colors
1 parent dd80547 commit e4beec2

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

website/docusaurus.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ const siteConfig = {
105105
theme: {
106106
customCss: require.resolve('./src/css/custom.css'),
107107
},
108-
usePrism: ['jsx'],
109108
},
110109
],
111110
],

website/src/css/custom.css

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
:root {
2-
--ifm-link-color: #bf8a65;
3-
--ifm-menu-color-active: #bf8a65;
4-
--ifm-button-border-color: #bf8a65;
5-
--ifm-link-decoration: none;
6-
--ifm-link-hover-color: black;
7-
--ifm-link-hover-decoration: none;
8-
--ifm-font-size-base: 15px;
9-
--ifm-footer-link-color: rgba(255, 255, 255, 0.125);
10-
--ifm-footer-link-hover-color: #ffffff;
2+
--ifm-color-primary: #bf8a65;
3+
--ifm-color-primary-dark: #b67a50;
4+
--ifm-color-primary-darker: #af7349;
5+
--ifm-color-primary-darkest: #905f3c;
6+
--ifm-color-primary-light: #c89a7a;
7+
--ifm-color-primary-lighter: #cca284;
8+
--ifm-color-primary-lightest: #d9b9a3;
119
}
1210

1311
.footer .footer__links {

0 commit comments

Comments
 (0)