|
9 | 9 | /* You can override the default Infima variables here. */ |
10 | 10 | :root { |
11 | 11 | --ifm-color-primary: #4285F4; |
12 | | - --ifm-color-primary-dark: #29784c; |
13 | | - --ifm-color-primary-darker: #277148; |
14 | | - --ifm-color-primary-darkest: #205d3b; |
15 | | - --ifm-color-primary-light: #33925d; |
16 | | - --ifm-color-primary-lighter: #359962; |
17 | | - --ifm-color-primary-lightest: #3cad6e; |
| 12 | + --ifm-color-primary-dark: #2b77f3; |
| 13 | + --ifm-color-primary-darker: #1d6df2; |
| 14 | + --ifm-color-primary-darkest: #0b56d4; |
| 15 | + --ifm-color-primary-light: #5993f5; |
| 16 | + --ifm-color-primary-lighter: #67a0f6; |
| 17 | + --ifm-color-primary-lightest: #91bbf9; |
18 | 18 | --ifm-code-font-size: 95%; |
19 | 19 | --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1); |
20 | 20 |
|
|
93 | 93 | --ifm-alert-border-color: #4285F4; |
94 | 94 | } |
95 | 95 |
|
96 | | -.expandButton_TmdG{ |
97 | | - align-items: end !important; |
98 | | -} |
99 | | - |
100 | | -.expandButtonIcon_i1dp{ |
101 | | - margin-bottom: 10px; |
102 | | -} |
103 | | - |
104 | | -.collapseSidebarButton_PEFL{ |
105 | | - text-align: right !important |
106 | | -} |
107 | | - |
108 | 96 | .DocSearch-Button-Keys{ |
109 | 97 | min-width: 0px !important; |
110 | 98 | } |
|
263 | 251 | display: none !important; |
264 | 252 | } |
265 | 253 |
|
266 | | -.Last_Updated_Date{ |
267 | | - color: #70757A; |
268 | | - font-size: 0.875rem; |
269 | | - font-weight: 400; |
270 | | - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; |
271 | | - margin: 0; |
272 | | - text-align: right; |
273 | | -} |
274 | | - |
275 | 254 | .DocSearch-Button-Keys .DocSearch-Button-Key { |
276 | 255 | display: none !important; |
277 | 256 | } |
|
0 commit comments