ShadowFox/userChrome-files/remove_white_flash.css

5 lines
183 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-30 03:29:55 +00:00
background: var(--primary-dark-color) !important;
2017-11-30 22:34:27 +00:00
}