diff options
| author | 2024-02-02 16:11:00 -0800 | |
|---|---|---|
| committer | 2024-02-02 16:11:00 -0800 | |
| commit | a942a9cb0c6405c5c64370a2d1e38ab6c7f3a33f (patch) | |
| tree | bdee74c293cb3e5653476c55c3161f0a9d0ce2a9 /doc/style.css | |
| parent | Added the date to each notification. (diff) | |
| download | penes-snac2-a942a9cb0c6405c5c64370a2d1e38ab6c7f3a33f.tar.gz penes-snac2-a942a9cb0c6405c5c64370a2d1e38ab6c7f3a33f.tar.xz penes-snac2-a942a9cb0c6405c5c64370a2d1e38ab6c7f3a33f.zip | |
style.css: support prefers-color-scheme: dark
Diffstat (limited to 'doc/style.css')
| -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; } | |||
| 25 | .snac-btn-unlimit { float: right; margin-left: 0.5em } | 25 | .snac-btn-unlimit { float: right; margin-left: 0.5em } |
| 26 | .snac-footer { margin-top: 2em; font-size: 75% } | 26 | .snac-footer { margin-top: 2em; font-size: 75% } |
| 27 | .snac-poll-result { margin-left: auto; margin-right: auto; } | 27 | .snac-poll-result { margin-left: auto; margin-right: auto; } |
| 28 | @media (prefers-color-scheme: dark) { | ||
| 29 | body { background-color: #000; color: #fff; } | ||
| 30 | a { color: #7799dd } | ||
| 31 | a:visited { color: #aa99dd } | ||
| 32 | } | ||