fix background color on hovering bottom button

This commit is contained in:
2026-03-31 20:53:54 -04:00
parent e2f4a0692c
commit 05e01f4b23

View File

@@ -102,6 +102,7 @@
.bottom_button:hover { .bottom_button:hover {
text-decoration: underline !important; text-decoration: underline !important;
background-color: none;
} }
.bottom_button { .bottom_button {