mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-19 00:19:03 +01:00
fix light theme to roll messages
This commit is contained in:
parent
d5f7e17339
commit
1ee7a1f742
3 changed files with 123 additions and 33 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue