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 e6646f9 commit a9ca79cCopy full SHA for a9ca79c
datafiles/static/hackage.css
@@ -4,18 +4,23 @@
4
5
/* Is this portable? */
6
html {
7
- background-color: white;
8
width: 100%;
9
height: 100%;
10
}
11
12
@media (prefers-color-scheme: dark) {
+ html {
13
+ background-color: #333;
14
+ }
15
body {
16
background: #333;
17
color: #fefefe;
18
19
20
@media (prefers-color-scheme: light) {
21
22
+ background-color: #fefefe;
23
24
25
background: #fefefe;
26
color: #333;
0 commit comments