nixos-config/users/simon/modules/qutebrowser/userstyles/monospace.scss
Simon Bruder 821367af3f
qutebrowser: Init
This also makes it the default browser.
2021-11-09 21:45:50 +01:00

23 lines
323 B
SCSS

[data-qb-domain="pad.sbruder.de"] .CodeMirror {
font-family: monospace;
}
[data-qb-domain="github.com"] {
code,
pre,
tt,
.blob-code-inner,
.text-mono {
font-family: monospace !important;
}
}
[data-qb-domain="git.sbruder.de"] {
pre,
code,
kbd,
samp {
font-family: monospace !important;
}
}