1
mirror of git://git.acid.vegas/random.git synced 2024-11-14 20:16:40 +00:00
random/.mozilla/firefox/profile.default/chrome/userContent.css

4 lines
344 B
CSS

/* color blank pages for dark theme */
@-moz-document url("about:blank"){*:empty:not([id]):not([style]){background-color:#474749 !important;}}
@-moz-document url("about:home"), url("about:newtab"){.activity-stream{background-color:#474749 !important;}}
@-moz-document url("about:newtab"){input#newtab-customize-button{display:none !important;}}