aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css12
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;