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 c9e5471 commit a17e50fCopy full SHA for a17e50f
src/amiusing.html
@@ -21,7 +21,9 @@
21
margin: 0;
22
padding: 8px;
23
24
- background-color: #d8e2e6;
+ background-color: #fafafa;
25
+ color: #1e2028;
26
+
27
font-family: "DM Sans", Arial, sans-serif;
28
letter-spacing: -0.5px;
29
line-height: 1.3;
@@ -50,6 +52,20 @@
50
52
height: 200px;
51
53
width: 200px;
54
}
55
56
+ @media (prefers-color-scheme: dark) {
57
+ body {
58
+ background-color: #32343B;
59
+ color: #ffffff;
60
+ }
61
62
63
+ @media not (prefers-color-scheme: dark) {
64
65
66
67
68
69
</style>
70
</head>
71
<body>
0 commit comments