5 lines
172 B
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;
|
||
|
}
|