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

@ -125,9 +125,9 @@
.group-roll-trait {
padding: 2px 8px;
border: 1px solid light-dark(white, white);
border: 1px solid light-dark(@dark-blue, white);
border-radius: 6px;
color: light-dark(white, white);
color: light-dark(@dark-blue, white);
background: light-dark(@beige-80, @beige-80);
}
}