Fix: Color was not changing when hovering over hyperlinks
This commit is contained in:
parent
21e5fb77f9
commit
c415f7dfcf
1 changed files with 1 additions and 0 deletions
|
|
@ -357,6 +357,7 @@ html {
|
|||
}
|
||||
|
||||
.button-link:hover {
|
||||
color: rgb(243, 243, 243) !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue