diff options
| author | 2025-02-15 14:37:36 +0100 | |
|---|---|---|
| committer | 2025-02-15 14:37:36 +0100 | |
| commit | 7611a6bee4bcbad2f1710aafa99aba730e5cf995 (patch) | |
| tree | 33ab7bee30379e16f6869b2efda5494be8aeb858 /doc/style.css | |
| parent | enforce tls when supported && add tests (diff) | |
| parent | Version 2.72 RELEASED. (diff) | |
| download | snac2-7611a6bee4bcbad2f1710aafa99aba730e5cf995.tar.gz snac2-7611a6bee4bcbad2f1710aafa99aba730e5cf995.tar.xz snac2-7611a6bee4bcbad2f1710aafa99aba730e5cf995.zip | |
Merge tag '2.72' into curl-smtp
Version 2.72 RELEASED.
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 } |