adds style definition for traits/gaben which fixes #85

main
macniel 2026-07-14 14:56:08 +02:00
parent a42accc7ec
commit 0f30e9d97c
2 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,9 @@ $talent-language-color: #957fe8;
$talent-language-text-color: #000; $talent-language-text-color: #000;
$talent-crafting-color: #cd9551; $talent-crafting-color: #cd9551;
$talent-crafting-text-color: #000; $talent-crafting-text-color: #000;
$talent-traits-color: #cdbc51;
$talent-traits-text-color: #000;
$help-fill-color: #60d060ff; $help-fill-color: #60d060ff;
$help-border-color: #308030ff; $help-border-color: #308030ff;

View File

@ -210,6 +210,10 @@
@include buttons.mini-button($color: color.scale(colors.$talent-crafting-color, $lightness: -50%), $button-color: gold); @include buttons.mini-button($color: color.scale(colors.$talent-crafting-color, $lightness: -50%), $button-color: gold);
} }
.mini-skill.Gaben {
@include buttons.mini-button($color: color.scale(colors.$talent-traits-color, $lightness: -50%), $button-color: gold);
}
.mini-weaponskill { .mini-weaponskill {
@include buttons.mini-button($color: color.scale(colors.$kampftalent-color, $lightness: -50%), $button-color: gold); @include buttons.mini-button($color: color.scale(colors.$kampftalent-color, $lightness: -50%), $button-color: gold);
} }