newlines i guess?

This commit is contained in:
Daylin Morgan 2025-02-03 06:56:17 -06:00
parent 4f1229d246
commit c081846a89
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -1,5 +1,4 @@
/* changes the background color of these mentioned pages to black */ /* changes the background color of these mentioned pages to black */
@-moz-document url(chrome://browser/content/blanktab.html), url(about:newtab), url(about:home), url(about:privatebrowsing), url(about:profiles){ @-moz-document url(chrome://browser/content/blanktab.html), url(about:newtab), url(about:home), url(about:privatebrowsing), url(about:profiles){
body{ body{
background-color: black !important; background-color: black !important;
@ -72,4 +71,4 @@
margin-top: -2px !important; margin-top: -2px !important;
padding-top: 2px !important;} padding-top: 2px !important;}
} }