From 05e01f4b23ccabbfef320456b2ed99929f78c958 Mon Sep 17 00:00:00 2001 From: Gregory Wells Date: Tue, 31 Mar 2026 20:53:54 -0400 Subject: [PATCH] fix background color on hovering bottom button --- static/profile_page.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/profile_page.css b/static/profile_page.css index 7f927da..33b2a02 100644 --- a/static/profile_page.css +++ b/static/profile_page.css @@ -102,6 +102,7 @@ .bottom_button:hover { text-decoration: underline !important; + background-color: none; } .bottom_button {