ShadowFox/userChrome-files/remove_white_flash.css

5 lines
172 B
CSS

/* Minimize white flash when loading some sites */
browser[type="content-primary"], #content, browser[type="content"] > html {
background: var(--grey-70) !important;
}