Update style.css
Browse files
style.css
CHANGED
@@ -26,3 +26,12 @@ p {
|
|
26 |
.card p:last-child {
|
27 |
margin-bottom: 0;
|
28 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
.card p:last-child {
|
27 |
margin-bottom: 0;
|
28 |
}
|
29 |
+
|
30 |
+
@media (prefers-color-scheme: dark) {
|
31 |
+
body {
|
32 |
+
background: transparent;
|
33 |
+
}
|
34 |
+
p {
|
35 |
+
color: #0a0b0c;
|
36 |
+
}
|
37 |
+
}
|