forked from D-Net/openaire-graph-docs
Change background color
This commit is contained in:
parent
7b5d9eae82
commit
79c516f21c
|
@ -5,33 +5,6 @@
|
|||
*/
|
||||
|
||||
/* You can override the default Infima variables here. */
|
||||
/*
|
||||
:root {
|
||||
--ifm-color-primary: #2e8555;
|
||||
--ifm-color-primary-dark: #29784c;
|
||||
--ifm-color-primary-darker: #277148;
|
||||
--ifm-color-primary-darkest: #205d3b;
|
||||
--ifm-color-primary-light: #33925d;
|
||||
--ifm-color-primary-lighter: #359962;
|
||||
--ifm-color-primary-lightest: #3cad6e;
|
||||
--ifm-code-font-size: 95%;
|
||||
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
*/
|
||||
|
||||
/* For readability concerns, you should choose a lighter palette in dark mode. */
|
||||
/*
|
||||
[data-theme='dark'] {
|
||||
--ifm-color-primary: #25c2a0;
|
||||
--ifm-color-primary-dark: #21af90;
|
||||
--ifm-color-primary-darker: #1fa588;
|
||||
--ifm-color-primary-darkest: #1a8870;
|
||||
--ifm-color-primary-light: #29d5b0;
|
||||
--ifm-color-primary-lighter: #32d8b4;
|
||||
--ifm-color-primary-lightest: #4fddbf;
|
||||
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
*/
|
||||
|
||||
:root {
|
||||
--ifm-color-primary: #e6122e;
|
||||
|
@ -41,6 +14,8 @@
|
|||
--ifm-color-primary-light: #ee233e;
|
||||
--ifm-color-primary-lighter: #ef2f48;
|
||||
--ifm-color-primary-lightest: #f15166;
|
||||
--ifm-background-color: #F5F5F5;
|
||||
--ifm-navbar-background-color: #fff;
|
||||
--ifm-code-font-size: 95%;
|
||||
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
@ -54,6 +29,7 @@
|
|||
--ifm-color-primary-lighter: #f57e8d;
|
||||
--ifm-color-primary-lightest: #f8aab5;
|
||||
--ifm-background-color: #2c2e3a;
|
||||
--ifm-navbar-background-color: #2c2e3a;
|
||||
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue