feat: oops

This commit is contained in:
Kat Inskip 2025-11-09 15:48:37 -08:00
parent e5d187ded5
commit b348bddfe5
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -43,6 +43,9 @@ $themes: (
} else { } else {
a:#{$name} { a:#{$name} {
color: $color; color: $color;
@if $name == "hover" {
border-bottom-color: $color;
}
} }
} }
a:#{$name} { a:#{$name} {