mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
[Fix] 1587 - Lightmode Touchups (#1590)
* Fixed hud statuses and tooltips * Fixed chat * Fixed radiobuttons being missplaced
This commit is contained in:
parent
bb43cb57dc
commit
076b7f01fa
5 changed files with 54 additions and 58 deletions
|
|
@ -2,11 +2,13 @@
|
|||
.status-effects {
|
||||
.effect-control {
|
||||
filter: none;
|
||||
background: var(--dark-blue-90);
|
||||
}
|
||||
|
||||
.effect-control-container {
|
||||
.effect-control {
|
||||
filter: none;
|
||||
background: var(--dark-blue-90);
|
||||
}
|
||||
|
||||
.effect-control-disabled-marker {
|
||||
|
|
@ -22,6 +24,7 @@
|
|||
.palette-category-title {
|
||||
grid-column: span var(--effect-columns);
|
||||
font-weight: bold;
|
||||
color: light-dark(@dark-blue, @golden);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue