mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[mozilla] add a little Firefox devtools customization
This commit is contained in:
parent
e786ef6448
commit
f0619a1699
1 changed files with 14 additions and 0 deletions
14
mozilla/firefox/userContent.css
Normal file
14
mozilla/firefox/userContent.css
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
/* 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;
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
}
|
Loading…
Reference in a new issue