|
| 1 | +@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap"); |
| 2 | +@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900&display=swap"); |
| 3 | +@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"); |
| 4 | +@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap"); |
| 5 | + |
1 | 6 | @tailwind base;
|
2 | 7 | @tailwind components;
|
3 | 8 | @tailwind utilities;
|
|
9 | 14 |
|
10 | 15 | /* You can override the default Infima variables here. */
|
11 | 16 | :root {
|
12 |
| - --ifm-color-primary: #ff4702; |
13 |
| - --ifm-color-primary-dark: #29784c; |
14 |
| - --ifm-color-primary-darker: #277148; |
15 |
| - --ifm-color-primary-darkest: #205d3b; |
16 |
| - --ifm-color-primary-light: #33925d; |
17 |
| - --ifm-color-primary-lighter: #359962; |
18 |
| - --ifm-color-primary-lightest: #3cad6e; |
19 |
| - --ifm-code-font-size: 95%; |
20 |
| - --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1); |
21 |
| - --ifm-navbar-height: 5rem; |
22 |
| -} |
23 |
| - |
24 |
| -/* For readability concerns, you should choose a lighter palette in dark mode. */ |
| 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 | +} |
| 29 | + |
25 | 30 | [data-theme="dark"] {
|
26 |
| - --ifm-color-primary: #ff4702; |
27 |
| - --ifm-color-primary-dark: #21af90; |
28 |
| - --ifm-color-primary-darker: #1fa588; |
29 |
| - --ifm-color-primary-darkest: #1a8870; |
30 |
| - --ifm-color-primary-light: #29d5b0; |
31 |
| - --ifm-color-primary-lighter: #32d8b4; |
32 |
| - --ifm-color-primary-lightest: #4fddbf; |
33 |
| - --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 | +} |
| 40 | + |
| 41 | +body { |
| 42 | + font-family: var(--ifm-font-family-base); |
34 | 43 | }
|
35 | 44 |
|
36 | 45 | .navbar .navbar__item {
|
|
0 commit comments