|
3 | 3 | * bundles Infima by default. Infima is a CSS framework designed to |
4 | 4 | * work well for content-centric websites. |
5 | 5 | */ |
6 | | -@import './codacy-variables.css'; |
7 | | -@import './ifm-overrides.css'; |
| 6 | +@import './imports/codacy-variables.css'; |
| 7 | +@import './imports/ifm-overrides.css'; |
8 | 8 | @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); |
9 | 9 |
|
10 | 10 | /* You can override the default Infima variables here. */ |
11 | 11 | :root { |
12 | 12 | --ifm-font-size-base: 87.5%; |
13 | 13 | --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1); |
14 | | - |
15 | | - /* custom overides from codacy*/ |
16 | 14 | --ifm-font-family-base: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; |
| 15 | + |
17 | 16 | --ifm-toc-border-color: var(--ifm-color-emphasis-200); |
18 | 17 |
|
19 | 18 | /* overriding the arrow in the sidebar */ |
|
23 | 22 | /* For readability concerns, you should choose a lighter palette in dark mode. */ |
24 | 23 | [data-theme='dark'] { |
25 | 24 | --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); |
26 | | - |
27 | 25 | --ifm-toc-border-color: var(--ifm-color-empaphis-200); |
28 | 26 | } |
29 | 27 |
|
|
44 | 42 | .menu { |
45 | 43 | padding: 0.5rem |
46 | 44 | } |
47 | | - |
48 | | -.nav-multistep { |
49 | | - margin: 1rem 0 1.25rem; |
50 | | - padding: 1rem; |
51 | | - border: 1px solid var(--ifm-color-emphasis-300); |
52 | | - border-radius: 0.75rem; |
53 | | - background: var(--ifm-background-surface-color); |
54 | | -} |
55 | | - |
56 | | -.nav-multistep__label { |
57 | | - margin: 0 0 0.75rem; |
58 | | - color: var(--ifm-color-emphasis-700); |
59 | | - font-size: 0.875rem; |
60 | | -} |
61 | | - |
62 | | -.nav-multistep__list { |
63 | | - margin: 0; |
64 | | - padding-left: 1.25rem; |
65 | | -} |
66 | | - |
67 | | -.nav-multistep__step { |
68 | | - margin: 0.25rem 0; |
69 | | -} |
70 | | - |
71 | | -.nav-multistep__step--active { |
72 | | - font-weight: 600; |
73 | | -} |
74 | | - |
75 | | -.nav-multistep__current { |
76 | | - color: var(--ifm-font-color-base); |
77 | | -} |
0 commit comments