Skip to content

Commit faebd78

Browse files
committed
chore: fix colors for api docs
1 parent 30c5eb2 commit faebd78

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/css/custom.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@
88

99
/* You can override the default Infima variables here. */
1010
:root {
11+
--ifm-color-primary-lightest: #aad6ee;
12+
--ifm-color-primary-lighter: #7fc2e6;
13+
--ifm-color-primary-light: #55addd;
1114
--ifm-color-primary: #006399;
12-
--ifm-color-primary-dark: #1b47c2;
13-
--ifm-color-primary-darker: #1941b1;
14-
--ifm-color-primary-darkest: #153693;
15-
--ifm-color-primary-light: #2257ed;
16-
--ifm-color-primary-lighter: #3e6ef0;
17-
--ifm-color-primary-lightest: #557ef2;
15+
/* --ifm-color-primary: #3fa3d9; */
16+
--ifm-color-primary-dark: #2892cc;
17+
--ifm-color-primary-darker: #195c80;
18+
--ifm-color-primary-darkest: #113d55;
1819
--ifm-code-font-size: 95%;
1920
--ifm-font-family-base: 'Nacelle', system-ui, -apple-system, sans-serif;
2021
--ifm-heading-font-family: 'Nacelle', system-ui, -apple-system, sans-serif;

0 commit comments

Comments
 (0)