mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
Fixed traits container styling in light-mode
This commit is contained in:
parent
86a09df944
commit
09cbc7021e
1 changed files with 13 additions and 0 deletions
|
|
@ -1,3 +1,16 @@
|
||||||
|
.theme-light .application.daggerheart.dh-style.dialog {
|
||||||
|
.tab.details {
|
||||||
|
.traits-inner-container .trait-container {
|
||||||
|
background: url('../assets/svg/trait-shield-light.svg') no-repeat;
|
||||||
|
|
||||||
|
div {
|
||||||
|
filter: drop-shadow(0 0 3px @beige);
|
||||||
|
text-shadow: 0 0 3px @beige;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.application.daggerheart.dh-style.dialog {
|
.application.daggerheart.dh-style.dialog {
|
||||||
.tab.details {
|
.tab.details {
|
||||||
.traits-inner-container {
|
.traits-inner-container {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue