ShadowFox/userChrome-files/remove_white_flash.css

5 lines
172 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 {
background: var(--grey-70) !important;
}