Make default btn-link themable
This commit is contained in:
parent
ba2e82d7ec
commit
b29d3309d0
|
@ -2,6 +2,10 @@
|
|||
color: RGB(var(--body-text));
|
||||
}
|
||||
|
||||
.btn-link:hover {
|
||||
color: RGB(var(--body-text));
|
||||
}
|
||||
|
||||
@each $color in $color-names {
|
||||
.btn-#{$color} {
|
||||
|
||||
|
|
Loading…
Reference in New Issue