|
13 | 13 | /* You can override the default Infima variables here. */ |
14 | 14 | :root { |
15 | 15 | /* Color Palette */ |
16 | | - --colors-darker-grey: #27364a; |
17 | | - --colors-dark-grey: #1d2939; |
| 16 | + --colors-darker-blue: #020f30; |
| 17 | + --colors-dark-navy: #081842; |
18 | 18 | --colors-light-grey: #314155; |
19 | 19 | --colors-white: #ffffff; |
20 | 20 | --colors-off-white: #fbfcff; |
|
43 | 43 | /* For readability concerns, you should choose a lighter palette in dark mode. */ |
44 | 44 | [data-theme='dark'] { |
45 | 45 | /* Custom Variables */ |
46 | | - --hero-image-background-color: var(--colors-darker-grey); |
| 46 | + --hero-image-background-color: var(--colors-darker-blue); |
47 | 47 |
|
48 | 48 | /* Infima Variables */ |
49 | 49 | --ifm-color-primary: #66fbd1; |
|
53 | 53 | --ifm-color-primary-light: #88fcdb; |
54 | 54 | --ifm-color-primary-lighter: #9afce1; |
55 | 55 | --ifm-color-primary-lightest: #cdfef0; |
56 | | - --ifm-footer-background-color: var(--colors-dark-grey); |
57 | | - --ifm-background-color: var(--colors-darker-grey) !important; |
58 | | - --ifm-navbar-background-color: var(--colors-dark-grey); |
| 56 | + --ifm-footer-background-color: var(--colors-darker-blue); |
| 57 | + --ifm-background-color: var(--colors-darker-blue) !important; |
| 58 | + --ifm-navbar-background-color: var(--colors-dark-navy); |
59 | 59 | --ifm-card-background-color: var(--colors-light-grey); |
60 | 60 | --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); |
61 | 61 | } |
@@ -148,3 +148,7 @@ html[data-theme='dark'] .navbar-vgv-icon:before { |
148 | 148 | color: var(--ifm-menu-color); |
149 | 149 | } |
150 | 150 | } |
| 151 | + |
| 152 | +html[data-theme='dark'] code { |
| 153 | + background: #081842 !important; |
| 154 | +} |
0 commit comments