nixpkgs/home/programs/firefox/userContent.css
Daniel Siepmann c8df55880c
Add firefox
Previously installed via apt
2022-03-10 17:15:56 +01:00

48 lines
877 B
CSS

/* @-moz-document regexp("https://twitter.com/.*") { */
@-moz-document url("about:newtab") {
body {
background-color: #2E3436 !important;
}
}
@-moz-document url("about:blank") {
body {
background-color: #2E3436 !important;
}
}
@-moz-document domain(drewdevault.com) {
body {
color: #d3d7cf;
}
}
@-moz-document domain(xdebug.org) {
body {
color: black;
background: white;
}
}
@-moz-document domain(mongoosejs.com) {
body {
background: white;
}
}
@-moz-document domain(docs.npmjs.com) {
body {
background: white;
}
}
@-moz-document domain(laravel.com) {
body {
background: white;
}
}
@-moz-document domain(solr-hosting.info) {
body {
background: white;
}
}
@-moz-document domain(solr.localhost) {
body {
background: white;
}
}