@@ -7,7 +7,6 @@ body {
h1 {
font-size: xx-large;
- text-shadow: 1px -1px 0 #ccc;
}
h1 a {
@@ -18,3 +17,9 @@ h1 a {
img {
border: 0;
+
+@media screen and (prefers-color-scheme: dark) {
+ body {
+ background: black;
+ }
+}
- text-shadow: -1px -1px 0 #ccc;