fix light theme to roll messages

This commit is contained in:
moliloo 2025-08-23 05:05:11 -03:00
parent d5f7e17339
commit 1ee7a1f742
3 changed files with 123 additions and 33 deletions

View file

@ -2,7 +2,7 @@
@import '../../utils/fonts.less';
.theme-light {
.chat-message .message-content {
.chat-message:not(.duality) .message-content {
color: @dark;
blockquote {
@ -58,6 +58,12 @@
font-family: @font-body;
font-weight: bold;
}
.dice-roll .dice-formula,
.dice-roll .dice-total {
background: @dark-blue-40;
color: @dark-blue;
}
}
}
@ -158,8 +164,8 @@
.dice-roll .dice-total {
box-shadow: none;
border: none;
background: light-dark(@dark-blue-40, @golden-40);
color: light-dark(@dark-blue, @golden);
background: @golden-10;
color: @golden;
font-weight: 600;
align-content: center;
}