Improved text color on chat-message flavor texts

This commit is contained in:
WBHarry 2025-08-24 20:50:35 +02:00
parent d24fef7494
commit 9be8e183f1

View file

@ -77,7 +77,7 @@
.flavor-text { .flavor-text {
font-size: var(--font-size-12); font-size: var(--font-size-12);
line-height: 20px; line-height: 20px;
color: var(--color-dark-4); color: light-dark(@dark, @beige);
text-align: center; text-align: center;
display: block; display: block;
} }