We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e110cde commit 7458f8cCopy full SHA for 7458f8c
src/css/custom.css
@@ -1,11 +1,14 @@
1
-/**
2
- * Any CSS included here will be global. The classic template
3
- * bundles Infima by default. Infima is a CSS framework designed to
4
- * work well for content-centric websites.
5
- */
6
-
7
-/* You can override the default Infima variables here. */
8
:root {
+ --ifm-color-primary: #0071b3;
+ --ifm-color-primary-dark: #0066a1;
+ --ifm-color-primary-darker: #006098;
+ --ifm-color-primary-darkest: #004f7d;
+ --ifm-color-primary-light: #007cc5;
+ --ifm-color-primary-lighter: #0082ce;
+ --ifm-color-primary-lightest: #0093e9;
9
+}
10
+
11
+[data-theme="dark"] {
12
--ifm-color-primary: #58b2e6;
13
--ifm-color-primary-dark: #3ca5e2;
14
--ifm-color-primary-darker: #2f9fe0;
0 commit comments