fix undefined scss variables in weapon forge section

This commit is contained in:
Justin Edmund 2025-12-21 23:48:08 -08:00
parent 4fc7af85a6
commit e48b0c54b6

View file

@ -123,7 +123,7 @@
} }
&.current { &.current {
background: colors.$blue--bg--light; background: rgba(colors.$blue, 0.1);
outline: 1px solid colors.$blue; outline: 1px solid colors.$blue;
} }
} }
@ -139,13 +139,12 @@
} }
.chain-order { .chain-order {
font-size: typography.$font-xs; font-size: typography.$font-small;
color: var(--text-tertiary); color: var(--text-tertiary);
} }
.chain-arrow { .chain-arrow {
color: var(--text-tertiary); color: var(--text-tertiary);
font-size: typography.$font-small;
} }
.forged-from-link { .forged-from-link {