diff options
| author | 2025-01-28 08:04:57 +0100 | |
|---|---|---|
| committer | 2025-01-28 08:04:57 +0100 | |
| commit | bf07718f02081c88b48ea18c0bd38e49e971d398 (patch) | |
| tree | f630e6d406247b0c9cb5896c4da8217a0f1a87a3 /doc | |
| parent | Set the CSS class snac-no-more-unseen-posts. (diff) | |
| download | snac2-bf07718f02081c88b48ea18c0bd38e49e971d398.tar.gz snac2-bf07718f02081c88b48ea18c0bd38e49e971d398.tar.xz snac2-bf07718f02081c88b48ea18c0bd38e49e971d398.zip | |
Added some default styling to CSS class snac-no-more-unseen-posts.
Diffstat (limited to 'doc')
| -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..546cfb3 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 #000; border-bottom: 1px solid #000; 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 } |