fix button.link:hover
This commit is contained in:
parent
88c1f901a6
commit
ec34a90393
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue