Donate button hover effect

main
Bob Mottram 2020-09-04 09:57:09 +01:00
parent f8bf4e3c7b
commit 2498ad9766
2 changed files with 4 additions and 1 deletions

View File

@ -22,7 +22,6 @@
--button-background-hover: #777;
--button-background: #999;
--button-small-background: #999;
--button-selected: #666;
--hashtag-margin: 2%;
--hashtag-vertical-spacing1: 50px;
--hashtag-vertical-spacing2: 100px;

View File

@ -241,6 +241,10 @@ a:focus {
background-color: var(--button-background-hover);
}
.donateButton:hover {
background-color: var(--button-background-hover);
}
.buttonselected span {
font-family: Arial, Helvetica, sans-serif;
cursor: pointer;