Skip to content

Commit 0051a9b

Browse files
authored
fix(web): Revert prevent flashing white background in dark mode on page load/reload (#19934) (#20122)
Revert "fix(web): prevent flashing white background in dark mode on page load/reload (#19934)" This reverts commit 32f23b8.
1 parent f27bdf7 commit 0051a9b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

web/src/app.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@
2121
html {
2222
height: 100%;
2323
width: 100%;
24-
background-color: rgb(255, 255, 255);
25-
}
26-
27-
html.dark {
28-
background-color: rgb(10, 10, 10);
2924
}
3025

3126
body,
@@ -34,10 +29,6 @@
3429
padding: 0;
3530
}
3631

37-
body {
38-
transition: background-color 0.15s ease;
39-
}
40-
4132
@keyframes delayedVisibility {
4233
to {
4334
visibility: visible;

0 commit comments

Comments
 (0)