|
|
@ -7,13 +7,13 @@ |
|
|
|
|
|
|
|
|
|
|
|
/* You can override the default Infima variables here. */ |
|
|
|
/* You can override the default Infima variables here. */ |
|
|
|
:root { |
|
|
|
:root { |
|
|
|
--ifm-color-primary: #25c2a0; |
|
|
|
--ifm-color-primary: #026fc5; |
|
|
|
--ifm-color-primary-dark: rgb(33, 175, 144); |
|
|
|
--ifm-color-primary-dark: #0061ac; |
|
|
|
--ifm-color-primary-darker: rgb(31, 165, 136); |
|
|
|
--ifm-color-primary-darker: #024f8a; |
|
|
|
--ifm-color-primary-darkest: rgb(26, 136, 112); |
|
|
|
--ifm-color-primary-darkest: #003761; |
|
|
|
--ifm-color-primary-light: rgb(70, 203, 174); |
|
|
|
--ifm-color-primary-light: #097acf; |
|
|
|
--ifm-color-primary-lighter: rgb(102, 212, 189); |
|
|
|
--ifm-color-primary-lighter: #1389e4; |
|
|
|
--ifm-color-primary-lightest: rgb(146, 224, 208); |
|
|
|
--ifm-color-primary-lightest: #209af8; |
|
|
|
--ifm-code-font-size: 95%; |
|
|
|
--ifm-code-font-size: 95%; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|