summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/style.css b/style.css
index 0798bb3..9adb147 100644
--- a/style.css
+++ b/style.css
@@ -119,3 +119,24 @@ ul {
.seealso {
color: #888888;
}
+
+
+@media (prefers-color-scheme: light) {
+ body {
+ background-color: #D8D4D2;
+ color: #222222;
+ }
+
+ a:hover {
+ background-color: #F0F0F0;
+ }
+
+ .seealso {
+ color: #707070;
+ }
+
+ .lacuna {
+ opacity: 0.5;
+ background-color: #777777;
+ }
+}