Improved text color on chat-message flavor texts (#1080)

This commit is contained in:
WBHarry 2025-08-24 21:09:21 +02:00 committed by GitHub
parent 7a1d259e82
commit f480027b95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;
} }