Fixed clickbuttons not matching sidebar buttons

This commit is contained in:
Tracker-Friendly 2024-02-13 17:35:39 +00:00
parent f6c450c41a
commit 0ba4706b7c
1 changed files with 3 additions and 0 deletions

View File

@ -27,10 +27,13 @@ a {
min-width: 50px; min-width: 50px;
max-width: 100px; max-width: 100px;
display: inline-block; display: inline-block;
text-decoration: none;
transition: all 0.3s ease;
} }
.clickbutton:hover { .clickbutton:hover {
background-color: rgb(40, 150, 179); background-color: rgb(40, 150, 179);
text-decoration: underline;
} }
.spacer { .spacer {