From 77b990cd1edca7c32fa4dc01b86ee607bac69c5f Mon Sep 17 00:00:00 2001 From: Lucas Patenaude Date: Tue, 16 Apr 2024 20:31:59 -0600 Subject: [PATCH] Adjustment to favorite button hover --- .../css/generated-pages/club-pages/club-page-styling.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ProjectSourceCode/src/resources/css/generated-pages/club-pages/club-page-styling.css b/ProjectSourceCode/src/resources/css/generated-pages/club-pages/club-page-styling.css index 4f62ad1..c421220 100644 --- a/ProjectSourceCode/src/resources/css/generated-pages/club-pages/club-page-styling.css +++ b/ProjectSourceCode/src/resources/css/generated-pages/club-pages/club-page-styling.css @@ -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; } \ No newline at end of file