diff options
| author | default <nobody@localhost> | 2025-01-28 08:07:43 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-01-28 08:07:43 +0100 |
| commit | ca9ff0538ef4e4bc6c23d1d30d83b0879c4d5351 (patch) | |
| tree | 35b59842bfb193ca369ab0dbbbc506f7690ca4db /utils.c | |
| parent | bf07718f02081c88b48ea18c0bd38e49e971d398 (diff) | |
Some CSS tweaks.
Diffstat (limited to 'utils.c')
| -rw-r--r-- | utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ static const char *default_css = ".snac-list-of-lists { padding-left: 0; }\n" ".snac-list-of-lists li { display: inline; border: 1px solid #a0a0a0; border-radius: 25px;\n" " margin-right: 0.5em; padding-left: 0.5em; padding-right: 0.5em; }\n" - ".snac-no-more-unseen-posts { border-top: 1px solid #000; border-bottom: 1px solid #000; padding: 0.5em 0; margin: 1em 0; }\n" + ".snac-no-more-unseen-posts { border-top: 1px solid #a0a0a0; border-bottom: 1px solid #a0a0a0; padding: 0.5em 0; margin: 1em 0; }\n" "@media (prefers-color-scheme: dark) { \n" " body, input, textarea { background-color: #000; color: #fff; }\n" " a { color: #7799dd }\n" |