Adjustment to favorite button hover
This commit is contained in:
@@ -11,3 +11,8 @@
|
||||
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