summaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorGravatar grunfink2024-02-24 06:39:59 +0000
committerGravatar grunfink2024-02-24 06:39:59 +0000
commit8126fb97ce1636e027a5858e72cf6d1d1d62670f (patch)
treeaf0c23df0a6c7285bd5057501a5683179d442558 /doc/style.css
parentMerge pull request 'utils.c: *default_srv_config: add configuration for min_a... (diff)
parentdefault css: also darken <input> and <textarea> (diff)
downloadsnac2-8126fb97ce1636e027a5858e72cf6d1d1d62670f.tar.gz
snac2-8126fb97ce1636e027a5858e72cf6d1d1d62670f.tar.xz
snac2-8126fb97ce1636e027a5858e72cf6d1d1d62670f.zip
Merge pull request 'html.c: html_user_body: snac-property: Put &nbsp; (empty space) instead of <br> & other' (#142) from Yonle/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/142
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css2
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}