mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
15 lines
367 B
CSS
15 lines
367 B
CSS
|
/* prettier-ignore */
|
||
|
@-moz-document url-prefix(chrome://devtools/content/), url(about:devtools-toolbox) {
|
||
|
:root {
|
||
|
--theme-body-font-size: 13px !important;
|
||
|
--theme-code-font-size: 13px !important;
|
||
|
--theme-code-line-height: calc(15 / 13) !important;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
:root[platform="linux"] {
|
||
|
--monospace-font-family: "Ubuntu Mono" !important;
|
||
|
}
|
||
|
*/
|
||
|
}
|