Adjustment to favorite button hover
This commit is contained in:
@@ -10,4 +10,9 @@
|
||||
margin-right: 25px;
|
||||
filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.3));
|
||||
filter: outline(2px solid red);
|
||||
}
|
||||
|
||||
#club-favorite-button:hover
|
||||
{
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user