/**
* 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: #FFD700;
--ifm-color-primary-dark: #E6C200;
--ifm-color-primary-darker: #D9B800;
--ifm-color-primary-darkest: #B39700;
--ifm-color-primary-light: #FFE033;
--ifm-color-primary-lighter: #FFE54D;
--ifm-color-primary-lightest: #FFEE80;
--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: #FFD700;
--ifm-color-primary-dark: #E6C200;
--ifm-color-primary-darker: #D9B800;
--ifm-color-primary-darkest: #B39700;
--ifm-color-primary-light: #FFE033;
--ifm-color-primary-lighter: #FFE54D;
--ifm-color-primary-lightest: #FFEE80;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}
.hero--primary {
--ifm-hero-background-color: #2d2d2d;
--ifm-hero-text-color: #ffffff;
}
[data-theme='light'] .hero--primary {
--ifm-hero-background-color: #333333;
--ifm-hero-text-color: #ffffff;
}