2021-04-23 12:54:49 +00:00
|
|
|
/* 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 {
|
2021-04-23 13:17:19 +00:00
|
|
|
--ifm-color-primary: #4ac4d6;
|
2021-04-23 12:54:49 +00:00
|
|
|
--ifm-color-primary-dark: rgb(33, 175, 144);
|
|
|
|
|
--ifm-color-primary-darker: rgb(31, 165, 136);
|
|
|
|
|
--ifm-color-primary-darkest: rgb(26, 136, 112);
|
|
|
|
|
--ifm-color-primary-light: rgb(70, 203, 174);
|
|
|
|
|
--ifm-color-primary-lighter: rgb(102, 212, 189);
|
|
|
|
|
--ifm-color-primary-lightest: rgb(146, 224, 208);
|
|
|
|
|
--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);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
font-family: 'Roboto', sans-serif;
|
|
|
|
|
}
|