diff options
| author | 2025-02-04 18:38:41 +0000 | |
|---|---|---|
| committer | 2025-02-04 18:38:41 +0000 | |
| commit | 114ed37f9c3e57a840155b9b71fa9cdf0d7ec8d6 (patch) | |
| tree | 2a7747beb4d10fef57653ac1b91aed9469819dcd /doc/style.css | |
| parent | Merge branch 'master' into master (diff) | |
| parent | Only split real strings in xs_split_n(). (diff) | |
| download | snac2-114ed37f9c3e57a840155b9b71fa9cdf0d7ec8d6.tar.gz snac2-114ed37f9c3e57a840155b9b71fa9cdf0d7ec8d6.tar.xz snac2-114ed37f9c3e57a840155b9b71fa9cdf0d7ec8d6.zip | |
Merge branch 'master' into master
Diffstat (limited to 'doc/style.css')
| -rw-r--r-- | doc/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css index 13cef97..87c5598 100644 --- a/doc/style.css +++ b/doc/style.css | |||
| @@ -29,6 +29,7 @@ pre { overflow-x: scroll; } | |||
| 29 | .snac-list-of-lists { padding-left: 0; } | 29 | .snac-list-of-lists { padding-left: 0; } |
| 30 | .snac-list-of-lists li { display: inline; border: 1px solid #a0a0a0; border-radius: 25px; | 30 | .snac-list-of-lists li { display: inline; border: 1px solid #a0a0a0; border-radius: 25px; |
| 31 | margin-right: 0.5em; padding-left: 0.5em; padding-right: 0.5em; } | 31 | margin-right: 0.5em; padding-left: 0.5em; padding-right: 0.5em; } |
| 32 | .snac-no-more-unseen-posts { border-top: 1px solid #a0a0a0; border-bottom: 1px solid #a0a0a0; padding: 0.5em 0; margin: 1em 0; } | ||
| 32 | @media (prefers-color-scheme: dark) { | 33 | @media (prefers-color-scheme: dark) { |
| 33 | body, input, textarea { background-color: #000; color: #fff; } | 34 | body, input, textarea { background-color: #000; color: #fff; } |
| 34 | a { color: #7799dd } | 35 | a { color: #7799dd } |