diff --git a/home/private_dot_mozilla/private_firefox/profile.daylin/chrome/userContent.css b/home/private_dot_mozilla/private_firefox/profile.daylin/chrome/userContent.css index 5dbc984..4b6e372 100644 --- a/home/private_dot_mozilla/private_firefox/profile.daylin/chrome/userContent.css +++ b/home/private_dot_mozilla/private_firefox/profile.daylin/chrome/userContent.css @@ -1,5 +1,4 @@ /* 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){ body{ background-color: black !important; @@ -72,4 +71,4 @@ margin-top: -2px !important; padding-top: 2px !important;} - } \ No newline at end of file + }