custom.css•1.04 kB
/**
* Any CSS included here will be global. The classic template
* bundles Infima by default. Infima is a CSS framework designed to
* work well for content-centric websites.
*/
/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #3a6ea5;
--ifm-color-primary-dark: #346394;
--ifm-color-primary-darker: #315e8c;
--ifm-color-primary-darkest: #294d73;
--ifm-color-primary-light: #4079b6;
--ifm-color-primary-lighter: #487fbc;
--ifm-color-primary-lightest: #6293c9;
--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: #5b8fd9;
--ifm-color-primary-dark: #4280d4;
--ifm-color-primary-darker: #3577d1;
--ifm-color-primary-darkest: #2662b7;
--ifm-color-primary-light: #749ede;
--ifm-color-primary-lighter: #81a7e1;
--ifm-color-primary-lightest: #a8c2eb;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}