|
14 | 14 |
|
15 | 15 | /* You can override the default Infima variables here. */ |
16 | 16 | :root { |
17 | | - --ifm-color-primary: #ff570acc; |
18 | | - --ifm-color-primary-dark: #ff570ae5; |
19 | | - --ifm-color-primary-darker: #ff570a; |
20 | | - --ifm-color-primary-darkest: #ff570a; |
21 | | - --ifm-color-primary-light: #ff570a1a; |
22 | | - --ifm-color-primary-lighter: #ff570a33; |
23 | | - --ifm-color-primary-lightest: #ff570a1a; |
24 | | - --ifm-code-font-size: 95%; |
25 | | - --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1); |
26 | | - --ifm-navbar-height: 5rem; |
27 | | - --ifm-font-family-base: "Poppins", "Work Sans", sans-serif; |
| 17 | + --ifm-color-primary: #ff570acc; |
| 18 | + --ifm-color-primary-dark: #ff570ae5; |
| 19 | + --ifm-color-primary-darker: #ff570a; |
| 20 | + --ifm-color-primary-darkest: #ff570a; |
| 21 | + --ifm-color-primary-light: #ff570a1a; |
| 22 | + --ifm-color-primary-lighter: #ff570a33; |
| 23 | + --ifm-color-primary-lightest: #ff570a1a; |
| 24 | + --ifm-code-font-size: 95%; |
| 25 | + --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1); |
| 26 | + --ifm-navbar-height: 5rem; |
| 27 | + --ifm-font-family-base: "Poppins", "Work Sans", sans-serif; |
28 | 28 | } |
29 | 29 |
|
30 | 30 | [data-theme="dark"] { |
31 | | - --ifm-color-primary: #ff865b80; |
32 | | - --ifm-color-primary-dark: #ff865bcc; |
33 | | - --ifm-color-primary-darker: #ff865be5; |
34 | | - --ifm-color-primary-darkest: #ff865b; |
35 | | - --ifm-color-primary-light: #ff865b33; |
36 | | - --ifm-color-primary-lighter: #ff865b1a; |
37 | | - --ifm-color-primary-lightest: #171717; |
38 | | - --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); |
| 31 | + --ifm-color-primary: #ff865b80; |
| 32 | + --ifm-color-primary-dark: #ff865bcc; |
| 33 | + --ifm-color-primary-darker: #ff865be5; |
| 34 | + --ifm-color-primary-darkest: #ff865b; |
| 35 | + --ifm-color-primary-light: #ff865b33; |
| 36 | + --ifm-color-primary-lighter: #ff865b1a; |
| 37 | + --ifm-color-primary-lightest: #171717; |
| 38 | + --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); |
39 | 39 | } |
40 | 40 |
|
41 | 41 | body { |
42 | | - font-family: var(--ifm-font-family-base); |
| 42 | + font-family: var(--ifm-font-family-base); |
43 | 43 | } |
44 | 44 |
|
45 | 45 | .navbar .navbar__item { |
|
0 commit comments