Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2022-08-23 12:48:16 +0300
committerwurstsalat <mailtrash@posteo.de>2022-08-23 12:49:15 +0300
commit846a5a11f817b50666ae214e5d196fac8504d708 (patch)
tree6cce09c03417b77610a680efabd23082a695609a
parent9015e9082b0fed292f4bea7e36d71c01b3527463 (diff)
imprv: Increase contrast for message row meta elements
-rw-r--r--gajim/data/style/gajim.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/gajim/data/style/gajim.css b/gajim/data/style/gajim.css
index 3a3eda91f..3b7fa4910 100644
--- a/gajim/data/style/gajim.css
+++ b/gajim/data/style/gajim.css
@@ -95,7 +95,7 @@ row:backdrop { transition: none; }
font-size: 90%;
}
.conversation-meta {
- color: @insensitive_fg_color;
+ opacity: 0.6;
font-size: 90%;
}
.conversation-read-marker {