mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
[Bugfix] Fix light theme to roll messages (#1066)
* fix light theme to roll messages * fix light theme issues * finally fix issues --------- Co-authored-by: WBHarry <williambjrklund@gmail.com>
This commit is contained in:
parent
661808b5f1
commit
2a0d748b5e
11 changed files with 523 additions and 423 deletions
|
|
@ -1,8 +1,8 @@
|
|||
@import '../../utils/colors.less';
|
||||
@import '../../utils/fonts.less';
|
||||
|
||||
.theme-light {
|
||||
.chat-message .message-content {
|
||||
#interface.theme-light {
|
||||
.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