diff options
| author | default <nobody@localhost> | 2025-01-28 10:04:27 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-01-28 10:04:27 +0100 |
| commit | 9b2c3d20420849e4e1cad25a2b7f778294d4d732 (patch) | |
| tree | 72ea310503da360402c5969a7939161340a7fa57 /doc/style.css | |
| parent | 06ba1174ca7084a3d691aa8c2b552b708d04b8db (diff) | |
| parent | 8156e4f03fd730facdee8c5910b8ec810dc5835c (diff) | |
Merge branch 'master' of /home/angel/git/snac2
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 546cfb3..87c5598 100644 --- a/doc/style.css +++ b/doc/style.css @@ -29,7 +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; } +.snac-no-more-unseen-posts { border-top: 1px solid #a0a0a0; border-bottom: 1px solid #a0a0a0; padding: 0.5em 0; margin: 1em 0; } @media (prefers-color-scheme: dark) { body, input, textarea { background-color: #000; color: #fff; } a { color: #7799dd } |