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 f27bdf7 commit 0051a9bCopy full SHA for 0051a9b
web/src/app.html
@@ -21,11 +21,6 @@
21
html {
22
height: 100%;
23
width: 100%;
24
- background-color: rgb(255, 255, 255);
25
- }
26
-
27
- html.dark {
28
- background-color: rgb(10, 10, 10);
29
}
30
31
body,
@@ -34,10 +29,6 @@
34
padding: 0;
35
36
37
- body {
38
- transition: background-color 0.15s ease;
39
40
41
32
@keyframes delayedVisibility {
42
33
to {
43
visibility: visible;
0 commit comments