|
4 | 4 | * work well for content-centric websites. |
5 | 5 | */ |
6 | 6 |
|
| 7 | +/* Import Rubik font from Google Fonts */ |
| 8 | +@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); |
| 9 | + |
7 | 10 | /* You can override the default Infima variables here. */ |
8 | 11 | :root { |
9 | 12 | --ifm-color-primary: #005b94; |
10 | | - --ifm-color-primary-dark: #005285 ; |
11 | | - --ifm-color-primary-darker:#004d7e |
12 | | - --ifm-color-primary-darkest: #004068 |
13 | | - --ifm-color-primary-light:#0064a3 |
14 | | - --ifm-color-primary-lighter: #0069aa |
15 | | - --ifm-color-primary-lightest: ##0076c0 |
| 13 | + --ifm-color-primary-dark: #005285; |
| 14 | + --ifm-color-primary-darker: #004d7e; |
| 15 | + --ifm-color-primary-darkest: #004068; |
| 16 | + --ifm-color-primary-light: #0064a3; |
| 17 | + --ifm-color-primary-lighter: #0069aa; |
| 18 | + --ifm-color-primary-lightest: #0076c0; |
16 | 19 | --ifm-code-font-size: 95%; |
17 | 20 | --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1); |
| 21 | + |
| 22 | + /* Set Rubik as the primary font family */ |
| 23 | + --ifm-font-family-base: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", |
| 24 | + "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", |
| 25 | + "Helvetica Neue", sans-serif; |
| 26 | + --ifm-heading-font-family: "Rubik", -apple-system, BlinkMacSystemFont, |
| 27 | + "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", |
| 28 | + "Droid Sans", "Helvetica Neue", sans-serif; |
18 | 29 | } |
19 | 30 |
|
20 | 31 | /* For readability concerns, you should choose a lighter palette in dark mode. */ |
21 | | -[data-theme='dark'] { |
| 32 | +[data-theme="dark"] { |
22 | 33 | --ifm-color-primary: #48b5f9; |
23 | | - --ifm-color-primary-dark: #29a8f8 ; |
24 | | - --ifm-color-primary-darker:#19a2f7 |
25 | | - --ifm-color-primary-darkest: #0789da |
26 | | - --ifm-color-primary-light:#67c2fa |
27 | | - --ifm-color-primary-lighter: #77c8fb |
28 | | - --ifm-color-primary-lightest: ##a5dbfc |
| 34 | + --ifm-color-primary-dark: #29a8f8; |
| 35 | + --ifm-color-primary-darker: #19a2f7; |
| 36 | + --ifm-color-primary-darkest: #0789da; |
| 37 | + --ifm-color-primary-light: #67c2fa; |
| 38 | + --ifm-color-primary-lighter: #77c8fb; |
| 39 | + --ifm-color-primary-lightest: #a5dbfc; |
29 | 40 | --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); |
30 | 41 | } |
0 commit comments