diff options
author | r <r@freesoftwareextremist.com> | 2024-06-17 11:41:02 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2024-06-17 11:41:02 +0000 |
commit | 61c166b79570219a515bb3b8dd344a403708b371 (patch) | |
tree | 81d2ebb603d86d3b7c3580de46a25c5acc4af224 /static | |
parent | ce1680dfd050990d8f3e484b92eb0db350bc3f2c (diff) | |
download | bloat-61c166b79570219a515bb3b8dd344a403708b371.tar.gz bloat-61c166b79570219a515bb3b8dd344a403708b371.zip |
Show quoted posts
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index ad5a360..71f64d7 100644 --- a/static/style.css +++ b/static/style.css @@ -55,6 +55,13 @@ body, position: relative; } +.status-quote { + margin: 4px 0; + padding: 8px; + background-color: #e6e6e6; + background-color: #dadada99; +} + .status-content { margin: 4px 0; max-height: 600px; @@ -585,6 +592,11 @@ input:disabled::file-selector-button { background-color: #2f2f2f99; } +.dark .status-quote { + background-color: #202020; + background-color: #26262699; +} + .dark #reply-popup, .dark #reply-to-popup { background-color: #181818; |