summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-02-03 07:31:53 +0100
committerdefault <nobody@localhost>2024-02-03 07:31:53 +0100
commit29f2160b58123fdde08318b069198d2e0bdf0ac6 (patch)
tree18eff2ca34eec2cfcf8ce0ce0949b8cf401195f6
parentffa943a182b353b2e0d874cc86ef267c30c67169 (diff)
parentabe393736d1c23372a8fd9b17eed9a2e98eea230 (diff)
Merge branch 'master' of grunfink-codeberg:grunfink/snac2
-rw-r--r--doc/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css
index 24be520..cc6fb46 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -25,3 +25,8 @@ pre { overflow-x: scroll; }
.snac-btn-unlimit { float: right; margin-left: 0.5em }
.snac-footer { margin-top: 2em; font-size: 75% }
.snac-poll-result { margin-left: auto; margin-right: auto; }
+@media (prefers-color-scheme: dark) {
+ body { background-color: #000; color: #fff; }
+ a { color: #7799dd }
+ a:visited { color: #aa99dd }
+}