mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
18 lines
No EOL
396 B
Text
18 lines
No EOL
396 B
Text
@import '../../utils/colors.less';
|
|
@import '../../utils/fonts.less';
|
|
|
|
.theme-light .daggerheart.dh-style.tooltip {
|
|
&.domain-card {
|
|
.item-icons-list .item-icon img {
|
|
filter: @bright-beige-filter;
|
|
}
|
|
}
|
|
}
|
|
|
|
.daggerheart.dh-style.tooltip {
|
|
&.domain-card {
|
|
.item-icons-list .item-icon img {
|
|
filter: @golden-filter !important;
|
|
}
|
|
}
|
|
} |