diff --git a/.mozilla/firefox/rick.profile/chrome/userContent.css b/.mozilla/firefox/rick.profile/chrome/userContent.css index 710d607..7d80e84 100644 --- a/.mozilla/firefox/rick.profile/chrome/userContent.css +++ b/.mozilla/firefox/rick.profile/chrome/userContent.css @@ -1,3 +1,9 @@ +@-moz-document url(about:blank) { + html > body:empty { + background-color: #2a2a2e !important; + } +} + @-moz-document domain("boards.4chan.org") { /* Hide unnecessary elements */ #bannerCnt { display: none; }