daggerheart/styles/less/dialog/character-creation/tab-navigation.less
Carlos Fernandez fa6f9d56b8
Some checks are pending
Project CI / build (24.x) (push) Waiting to run
Add emphatic color variable and set up scoped based overrides for core variables (#1932)
2026-05-26 22:18:52 +02:00

18 lines
356 B
Text

@import '../../utils/colors.less';
.daggerheart.dh-style.dialog.character-creation {
.tab-navigation {
nav {
border-bottom: 0;
border-top: 0;
a {
color: @color-text-emphatic;
&[disabled] {
opacity: 0.4;
}
}
}
}
}