Fix chat log theme to inherit interface theme (#1544)

This commit is contained in:
Carlos Fernandez 2026-01-15 18:55:36 -05:00 committed by GitHub
parent d94eb9dcbd
commit 4cd6fe58da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 33 additions and 16 deletions

View file

@ -2,9 +2,9 @@
@import '../../utils/fonts.less';
@import '../../utils/spacing.less';
.daggerheart.chat-sidebar.theme-light,
#interface.theme-light {
.daggerheart.chat-sidebar .chat-log,
#chat-notifications .chat-log {
.chat-log {
--text-color: @dark-blue;
--bg-color: @dark-blue-40;