1
mirror of git://git.acid.vegas/random.git synced 2024-11-15 04:26:38 +00:00
random/.mozilla/firefox/profile.default/chrome/userContent.css

4 lines
344 B
CSS
Raw Normal View History

2023-05-05 22:28:45 +00:00
/* 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;}}