|
6 | 6 |
|
7 | 7 | /* You can override the default Infima variables here. */ |
8 | 8 | :root { |
9 | | - --ifm-color-primary: #2a5298; |
10 | | - --ifm-color-primary-dark: #254a89; |
11 | | - --ifm-color-primary-darker: #234582; |
12 | | - --ifm-color-primary-darkest: #1c376b; |
13 | | - --ifm-color-primary-light: #2f5aa7; |
14 | | - --ifm-color-primary-lighter: #325fae; |
15 | | - --ifm-color-primary-lightest: #4169c4; |
| 9 | + --ifm-color-primary: #5851DB; |
| 10 | + --ifm-color-primary-dark: #232058; |
| 11 | + --ifm-color-primary-darker: #1A1536; |
| 12 | + --ifm-color-primary-darkest: #12102C; |
| 13 | + --ifm-color-primary-light: #5851DB; |
| 14 | + --ifm-color-primary-lighter: #7974E2; |
| 15 | + --ifm-color-primary-lightest: #9B97E9; |
16 | 16 | --ifm-code-font-size: 95%; |
17 | 17 | --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1); |
18 | | - --ifm-font-family-base: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif; |
| 18 | + --ifm-font-family-base: Syne,Syne-fallback,Trebuchet MS,Verdana,sans-serif; |
| 19 | + --ifm-color-emphasis-600: #767386; |
| 20 | + --ifm-color-success: #34C263; |
| 21 | + --ifm-color-success-dark: #27914A; |
| 22 | + --ifm-button-background-color: #5851DB; |
| 23 | +} |
| 24 | + |
| 25 | +.table-of-contents { |
| 26 | + font-size: 0.9rem; |
| 27 | +} |
| 28 | + |
| 29 | +.breadcrumbs { |
| 30 | + --ifm-breadcrumb-size-multiplier: 0.9; |
| 31 | +} |
| 32 | + |
| 33 | +h1, h2, h3, h4, h5, h6 { |
| 34 | + font-family: Hubot Sans,HubotSans-fallback,Courier New,monospace; |
19 | 35 | } |
20 | 36 |
|
21 | 37 | /* For readability concerns, you should choose a lighter palette in dark mode. */ |
22 | 38 | [data-theme='dark'] { |
23 | | - --ifm-color-primary: #4d7fd8; |
24 | | - --ifm-color-primary-dark: #3770d3; |
25 | | - --ifm-color-primary-darker: #2d66d0; |
26 | | - --ifm-color-primary-darkest: #1e4fac; |
27 | | - --ifm-color-primary-light: #638edd; |
28 | | - --ifm-color-primary-lighter: #6d97e0; |
29 | | - --ifm-color-primary-lightest: #8eafe8; |
| 39 | + --ifm-color-primary: #5851DB; |
| 40 | + --ifm-color-primary-dark: #4641AF; |
| 41 | + --ifm-color-primary-darker: #353183; |
| 42 | + --ifm-color-primary-darkest: #232058; |
| 43 | + --ifm-color-primary-light: #7974E2; |
| 44 | + --ifm-color-primary-lighter: #9B97E9; |
| 45 | + --ifm-color-primary-lightest: #BCB9F1; |
30 | 46 | --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); |
31 | 47 | } |
32 | 48 |
|
@@ -99,7 +115,7 @@ html { |
99 | 115 | .navbar-item-latest { |
100 | 116 | font-weight: 600 !important; |
101 | 117 | color: var(--ifm-color-primary-darkest) !important; |
102 | | - background: linear-gradient(90deg, rgba(42, 82, 152, 0.08), rgba(42, 82, 152, 0.03)); |
| 118 | + background: linear-gradient(90deg, rgba(88, 81, 219, 0.08), rgba(88, 81, 219, 0.03)); |
103 | 119 | border-left: 3px solid var(--ifm-color-primary); |
104 | 120 | padding-left: 12px !important; |
105 | 121 | margin: 2px 0; |
@@ -197,7 +213,7 @@ html { |
197 | 213 | /* Start of Selection */ |
198 | 214 | /* Apply borders only to images within docs pages */ |
199 | 215 | .theme-doc-markdown img { |
200 | | - border: 1px solid #e0e0e0; |
| 216 | + border: 1px solid #E2E1DC; |
201 | 217 | border-radius: 4px; |
202 | 218 | } |
203 | 219 | /* End of Selection */ |
|
0 commit comments