ShadowFox/userChrome-files/remove_white_flash.css

5 lines
165 B
CSS
Raw Normal View History

2017-11-30 22:34:27 +00:00
/* Minimize white flash when loading some sites */
browser[type="content-primary"], #content, browser[type="content"] > html {
2017-12-01 05:11:24 +00:00
background: #323234 !important;
2017-11-30 22:34:27 +00:00
}