fix page flashes when loading some websites

This commit is contained in:
bmFtZQ 2021-12-07 16:01:36 +08:00
parent 1dea5bc95a
commit 2b3976a2c7
2 changed files with 10 additions and 2 deletions

View file

@ -107,3 +107,11 @@
border-block-color: transparent currentColor !important;
}
}
/* fix page flashes when loading some websites */
@-moz-document url(about:blank) {
body {
background: var(--in-content-page-background);
color: var(--in-content-page-color);
}
}