fix button.link:hover

This commit is contained in:
Geoff Doty 2024-01-21 15:39:20 -05:00
parent 88c1f901a6
commit ec34a90393
1 changed files with 7 additions and 0 deletions

View File

@ -244,6 +244,13 @@ button.link {
color: var(--theme)
}
button.link:hover {
background: none;
border: none;
color: var(--theme);
text-decoration: underline;
}
a.button, button {
background: var(--theme);
color: var(--white);