|
1 | 1 | :root { |
2 | | - --ifm-background-color: #000000; |
3 | | - --ifm-color-text: #00cccc; |
| 2 | + --ifm-color-primary: #f8f8f8; |
| 3 | + --ifm-color-primary-dark: #7a24cc; |
| 4 | + --ifm-color-primary-darker: #6d1fb8; |
| 5 | + --ifm-color-primary-darkest: #5a1b95; |
| 6 | + --ifm-color-primary-light: #9e47f2; |
| 7 | + --ifm-color-primary-lighter: #ab65f5; |
| 8 | + --ifm-color-primary-lightest: #c28cf8; |
| 9 | + --ifm-color-landing: #white; |
| 10 | + --ifm-code-font-size: 95%; |
| 11 | + --docusaurus-highlighted-code-line-bg: rgba(138, 43, 226, 0.1); |
| 12 | + --ifm-font-color-base: #d1d5db; |
| 13 | + --ifm-link-color:#f8f8f8; |
| 14 | + --ifm-toc-link-color: #f8f8f8; |
| 15 | + --ifm-heading-color: #f8f8f8; |
| 16 | + --ifm-navbar-background-color: #000; |
4 | 17 | } |
5 | 18 |
|
| 19 | +[data-theme='dark'] { |
| 20 | + --ifm-color-primary: #b19cd9; |
| 21 | + --ifm-color-primary-dark: #a288c7; |
| 22 | + --ifm-color-primary-darker: #9277b4; |
| 23 | + --ifm-color-primary-darkest: #8363a2; |
| 24 | + --ifm-color-primary-light: #c1a7e2; |
| 25 | + --ifm-color-primary-lighter: #d1b5eb; |
| 26 | + --ifm-color-primary-lightest: #e2c8f3; |
| 27 | + --ifm-color-landing: #1b1b1d; |
| 28 | + --docusaurus-highlighted-code-line-bg: rgba(177, 156, 217, 0.3); |
| 29 | +} |
6 | 30 | .navbar__logo { |
7 | 31 | border-radius: 4px; |
8 | 32 | overflow: hidden; |
9 | 33 | } |
10 | 34 |
|
11 | | -html, body, .theme-doc-markdown, .theme-blog-homepage, .theme-blog-post, .main-wrapper { |
12 | | - background-color: #000000 !important; |
| 35 | +.navbar { |
| 36 | + background-color: #000; |
13 | 37 | } |
14 | 38 |
|
15 | | -.navbar { |
16 | | - display: none; |
| 39 | +body { |
| 40 | + background-color: #000; |
| 41 | +} |
| 42 | + |
| 43 | +.table-of-contents__link--active { |
| 44 | + text-decoration: underline; |
| 45 | +} |
| 46 | + |
| 47 | +p { |
| 48 | + font-size: 17px; |
17 | 49 | } |
18 | 50 |
|
19 | | -h1, h2, h3, h4, h5, h6, |
20 | | -a { |
21 | | - color: #00cccc !important; |
| 51 | +.table-of-contents { |
| 52 | + font-size: 14px; |
22 | 53 | } |
0 commit comments