set color instead of opacity on user messages

This commit is contained in:
Charlotte Som 2025-02-26 08:38:48 +00:00
parent fd4bbde0c6
commit 6d36179701

View file

@ -67,6 +67,6 @@ main,
text-align: right;
border-bottom: none;
padding-bottom: 0;
opacity: 0.5;
color: rgb(var(--color-text) / 0.5);
}
}