mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
38 lines
950 B
CSS
38 lines
950 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: #2c7ae0;
|
||
|
--ifm-color-primary-dark: rgb(38, 103, 189);
|
||
|
--ifm-color-primary-darker: rgb(28, 75, 138);
|
||
|
--ifm-color-primary-darkest: rgb(19, 51, 94);
|
||
|
--ifm-color-primary-light: rgb(74, 143, 232);
|
||
|
--ifm-color-primary-lighter: rgb(95, 157, 237);
|
||
|
--ifm-color-primary-lightest: rgb(130, 185, 255);
|
||
|
--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);
|
||
|
}
|
||
|
|
||
|
.badge {
|
||
|
display: none !important;
|
||
|
}
|
||
|
|
||
|
.hero {
|
||
|
background-color: #173448;
|
||
|
}
|
||
|
|
||
|
.hero--image {
|
||
|
margin-top: 10px;
|
||
|
}
|