We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f675d9 commit 0b20737Copy full SHA for 0b20737
special-pages/pages/history/public/index.html
@@ -2,13 +2,10 @@
2
<html lang="en">
3
<head>
4
<style>
5
- html, body {
6
- background: #fafafa;
7
- }
8
- @media screen and (prefers-color-scheme: dark) {
9
10
- background: #333;
11
+ body {
+ /* Token is replaced by native browser so background isn't white while History initializes */
+ --loading-color: $LOADING_COLOR$;
+ background: var(--loading-color);
12
}
13
</style>
14
<title>History</title>
0 commit comments