daggerheart/styles/less/global/tab-navigation.less
WBHarry 5dafdaafcd
166 - Damage Reduction (#180)
* Temp

* Fixed Stress Reductions

* Changed from index based to object
2025-06-24 23:36:02 +02:00

18 lines
357 B
Text
Executable file

@import '../utils/colors.less';
@import '../utils/fonts.less';
.sheet.daggerheart.dh-style {
.tab-navigation {
margin: 5px 0;
height: 40px;
.feature-tab {
border: none;
a {
color: light-dark(@dark-blue, @golden);
font-family: @font-body;
}
}
}
}