diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-09 23:18:12 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-09 23:18:12 -0400 |
commit | e9d7c54b1c49f0ef90d526205b5f85306db4b2f6 (patch) | |
tree | 9eb92ff29ad3afbe677de7c1ac4c6b1795f024a8 /docs/src | |
parent | 1ba66e7dbe027bc98dae16d059345ac6f661418d (diff) |
New logo and color palette.
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/css/custom.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css index 74ba0f2..275794b 100644 --- a/docs/src/css/custom.css +++ b/docs/src/css/custom.css @@ -7,13 +7,13 @@ /* You can override the default Infima variables here. */ :root { - --ifm-color-primary: #25c2a0; - --ifm-color-primary-dark: rgb(33, 175, 144); - --ifm-color-primary-darker: rgb(31, 165, 136); - --ifm-color-primary-darkest: rgb(26, 136, 112); - --ifm-color-primary-light: rgb(70, 203, 174); - --ifm-color-primary-lighter: rgb(102, 212, 189); - --ifm-color-primary-lightest: rgb(146, 224, 208); + --ifm-color-primary: #026fc5; + --ifm-color-primary-dark: #0061ac; + --ifm-color-primary-darker: #024f8a; + --ifm-color-primary-darkest: #003761; + --ifm-color-primary-light: #097acf; + --ifm-color-primary-lighter: #1389e4; + --ifm-color-primary-lightest: #209af8; --ifm-code-font-size: 95%; } |