ktns-dotfiles-2025/librewolf-stuff/userContent.css

25 lines
549 B
CSS
Raw Permalink Normal View History

2025-08-30 23:17:19 +00:00
@charset "utf-8";
/* CSS Document */
@-moz-document url("about:newtab") {
body { background-color: #11111b !important;}
}
@-moz-document url(chrome://browser/content/browser.xhtml) {
browser[type="content-primary"] {background: #11111b !important}
}
@-moz-document url() {
html,body { background: #11111b;!important}
}
@-moz-document url(chrome://browser/content/browser.xul) {
browser[type="content-primary"] {background: #11111b !important}
}
@-moz-document url("about:blank") {
body {
background-color: #11111b !important;
}
}