diff options
| author | default <nobody@localhost> | 2024-09-06 22:35:26 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-09-06 22:35:26 +0200 |
| commit | a9082bdac2596e6dcd2979044bc60a04abe9ee2f (patch) | |
| tree | 000137fd2d6901bf0c6c0132ee83fe8a01f74fa9 /doc | |
| parent | d515126797b616dee3c5618688c72b352944e55e (diff) | |
Minor default CSS fix.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/style.css b/doc/style.css index e815a15..13cef97 100644 --- a/doc/style.css +++ b/doc/style.css @@ -26,8 +26,8 @@ pre { overflow-x: scroll; } .snac-btn-unlimit { float: right; margin-left: 0.5em } .snac-footer { margin-top: 2em; font-size: 75% } .snac-poll-result { margin-left: auto; margin-right: auto; } -.snac-list-of-lists { display: flex; list-style: none; padding-left: 0; } -.snac-list-link { border: 1px solid #a0a0a0; border-radius: 25px; +.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; } @media (prefers-color-scheme: dark) { body, input, textarea { background-color: #000; color: #fff; } |