You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
/* stylelint-disable docusaurus/copyright-header */
|
|
|
|
/**
|
|
|
|
* 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: #026fc5;
|
|
|
|
--ifm-color-primary-dark: #0061ac;
|
|
|
|
--ifm-color-primary-darker: #024f8a;
|
|
|
|
--ifm-color-primary-darkest: #003761;
|
|
|
|
--ifm-color-primary-light: #097acf;
|
|
|
|
--ifm-color-primary-lighter: #1389e4;
|
|
|
|
--ifm-color-primary-lightest: #209af8;
|
|
|
|
--ifm-code-font-size: 95%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.docusaurus-highlight-code-line {
|
|
|
|
background-color: rgb(72, 77, 91);
|
|
|
|
display: block;
|
|
|
|
margin: 0 calc(-1 * var(--ifm-pre-padding));
|
|
|
|
padding: 0 var(--ifm-pre-padding);
|
|
|
|
}
|