diff options
| author | default <nobody@localhost> | 2025-01-28 08:04:57 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-01-28 08:04:57 +0100 |
| commit | bf07718f02081c88b48ea18c0bd38e49e971d398 (patch) | |
| tree | f630e6d406247b0c9cb5896c4da8217a0f1a87a3 /doc/style.css | |
| parent | d9d2dedbc053b35aee02ba7f408e056ab03368c0 (diff) | |
Added some default styling to CSS class snac-no-more-unseen-posts.
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..546cfb3 100644 --- a/doc/style.css +++ b/doc/style.css @@ -29,6 +29,7 @@ pre { overflow-x: scroll; } .snac-list-of-lists { padding-left: 0; } .snac-list-of-lists li { display: inline; border: 1px solid #a0a0a0; border-radius: 25px; margin-right: 0.5em; padding-left: 0.5em; padding-right: 0.5em; } +.snac-no-more-unseen-posts { border-top: 1px solid #000; border-bottom: 1px solid #000; padding: 0.5em 0; margin: 1em 0; } @media (prefers-color-scheme: dark) { body, input, textarea { background-color: #000; color: #fff; } a { color: #7799dd } |