diff options
author | default <nobody@localhost> | 2024-02-03 07:31:53 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-02-03 07:31:53 +0100 |
commit | 29f2160b58123fdde08318b069198d2e0bdf0ac6 (patch) | |
tree | 18eff2ca34eec2cfcf8ce0ce0949b8cf401195f6 /doc | |
parent | ffa943a182b353b2e0d874cc86ef267c30c67169 (diff) | |
parent | abe393736d1c23372a8fd9b17eed9a2e98eea230 (diff) |
Merge branch 'master' of grunfink-codeberg:grunfink/snac2
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 5 |
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 } +} |