This commit is contained in:
WBHarry 2026-03-06 11:07:52 +01:00 committed by GitHub
parent 9bfe3505bf
commit 5732639391
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -158,7 +158,7 @@
.daggerheart, .daggerheart,
#chat-notifications { #chat-notifications {
.chat-message { .chat-message {
--text-color: @golden; --text-color: light-dark(@dark-blue, @golden);
--bg-color: @golden-40; --bg-color: @golden-40;
[data-use-perm='false'] { [data-use-perm='false'] {
@ -233,7 +233,7 @@
font-family: @font-subtitle; font-family: @font-subtitle;
font-size: var(--font-size-18); font-size: var(--font-size-18);
font-weight: bold; font-weight: bold;
color: light-dark(@dark-blue, var(--text-color)); color: var(--text-color);
margin-bottom: -2px; margin-bottom: -2px;
} }