diff options
| author | 2024-02-24 00:48:21 +0700 | |
|---|---|---|
| committer | 2024-02-24 00:48:21 +0700 | |
| commit | d42aaa19e418ee89f25e9e33f8ab7d304fff0386 (patch) | |
| tree | af0c23df0a6c7285bd5057501a5683179d442558 /doc/style.css | |
| parent | html.c: html_user_body: snac-property: Put (empty space) instead of <br> (diff) | |
| download | snac2-d42aaa19e418ee89f25e9e33f8ab7d304fff0386.tar.gz snac2-d42aaa19e418ee89f25e9e33f8ab7d304fff0386.tar.xz snac2-d42aaa19e418ee89f25e9e33f8ab7d304fff0386.zip | |
default css: also darken <input> and <textarea>
Signed-off-by: Yonle <yonle@lecturify.net>
Diffstat (limited to 'doc/style.css')
| -rw-r--r-- | doc/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css index b1f2163..a133db6 100644 --- a/doc/style.css +++ b/doc/style.css | |||
| @@ -26,7 +26,7 @@ pre { overflow-x: scroll; } | |||
| 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) { | 28 | @media (prefers-color-scheme: dark) { |
| 29 | body { background-color: #000; color: #fff; } | 29 | body, input, textarea { background-color: #000; color: #fff; } |
| 30 | a { color: #7799dd } | 30 | a { color: #7799dd } |
| 31 | a:visited { color: #aa99dd } | 31 | a:visited { color: #aa99dd } |
| 32 | } | 32 | } |