Improved textonly buttons.

main
BurnyLlama 2023-03-06 10:27:37 +01:00
parent fc2406eea4
commit f7bf372d38
1 changed files with 8 additions and 0 deletions

View File

@ -140,10 +140,18 @@
&.primary {
color: palette.$primary;
&:hover {
text-decoration: wavy underline;
}
}
&.secondary {
color: palette.$text;
&:hover {
text-decoration: wavy underline;
}
}
&[disabled] {