From 6d3617970163f841eff966987da4ae79eec5b754 Mon Sep 17 00:00:00 2001 From: Charlotte Som Date: Wed, 26 Feb 2025 08:38:48 +0000 Subject: [PATCH] set color instead of opacity on user messages --- client/web/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/web/css/styles.css b/client/web/css/styles.css index e026340..d406648 100644 --- a/client/web/css/styles.css +++ b/client/web/css/styles.css @@ -67,6 +67,6 @@ main, text-align: right; border-bottom: none; padding-bottom: 0; - opacity: 0.5; + color: rgb(var(--color-text) / 0.5); } }