change icon color on hover

This commit is contained in:
Andrew Bauer 2020-08-17 08:37:03 -05:00
parent e19d1f507e
commit 9bc1b6a34e
1 changed files with 4 additions and 0 deletions

View File

@ -708,6 +708,10 @@ li.search-choice {
.gi-4x{font-size: 4em;} .gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;} .gi-5x{font-size: 5em;}
.fa:hover{
color: black;
}
.filterBar { .filterBar {
margin-top:5px; margin-top:5px;
margin-bottom:5px; margin-bottom:5px;