mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-01-11 22:51:06 +03:00
26 lines
774 B
CSS
26 lines
774 B
CSS
/* 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: #3578e5;
|
|
--ifm-color-primary-dark: #1d68e1;
|
|
--ifm-color-primary-darker: #1b62d4;
|
|
--ifm-color-primary-darkest: #1751af;
|
|
--ifm-color-primary-light: #4e89e8;
|
|
--ifm-color-primary-lighter: #5a91ea;
|
|
--ifm-color-primary-lightest: #80aaef;
|
|
--ifm-code-font-size: 90%;
|
|
}
|
|
|
|
.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);
|
|
}
|