mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-24 08:23:38 +02:00
Fixed hud statuses and tooltips
This commit is contained in:
parent
bae9470a4f
commit
fe4654b1fa
2 changed files with 3 additions and 10 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