Make default btn-link themable

This commit is contained in:
Andreas Nedbal 2020-05-09 02:45:57 +02:00
parent ba2e82d7ec
commit b29d3309d0
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
color: RGB(var(--body-text));
}
.btn-link:hover {
color: RGB(var(--body-text));
}
@each $color in $color-names {
.btn-#{$color} {