dotfiles/userContent.css
Gregor Feierabend 5b5664d2dd config update
2021-07-09 20:09:48 +02:00

10 lines
243 B
CSS

@-moz-document url-prefix(about:blank) {
html > body:empty {
background-color: rgb(19,19,20) !important;
}
}
@-moz-document url(about:blank) {
html > body:empty {
background-color: rgb(19,19,20) !important;
}
}