blob: 8702b558e10bab298d28bae4ace082bed96cdbb4 [file] [log] [blame]
/**
* 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: #7497f7;
--ifm-color-primary-dark: #5d7cd2;
--ifm-color-primary-darker: #4c66ad;
--ifm-color-primary-darkest: #3c5088;
--ifm-color-primary-light: #99b3f9;
--ifm-color-primary-lighter: #bdcefb;
--ifm-color-primary-lightest: #dbe4fd;
--ifm-code-font-size: 95%;
}
.docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.1);
display: block;
margin: 0 calc(-1 * var(--ifm-pre-padding));
padding: 0 var(--ifm-pre-padding);
}
html[data-theme='dark'] .docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.3);
}