summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 61b4818..5ce9612 100644
--- a/src/style.css
+++ b/src/style.css
@@ -17,3 +17,19 @@ img {
margin: auto ;
display: block ;
}
+
+@media (prefers-color-scheme: dark) {
+ body {
+ background: #151515 ;
+ color: white ;
+ }
+ a {
+ color: lightblue ;
+ }
+ a:visited {
+ color: gray ;
+ }
+ h2 {
+ color: tomato ;
+ }
+}