summaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2021-03-11 00:21:59 +0100
committerMarcin Chrzanowski <m@m-chrzan.xyz>2021-03-11 00:21:59 +0100
commit01233b360b3f4c604b5a0e0ca0af8daebe85502a (patch)
treeecf947696d3bd72b6744bd999aec00534e7133f1 /src/style.css
parent69cb76d1ec4f60e174fb282ade8f228737de29c1 (diff)
parentea8b758fe784864a963937d08470da39c05c4e03 (diff)
Merge branch 'master' into m-chrzan/oats
Diffstat (limited to 'src/style.css')
-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 ;
+ }
+}