remove button hover effect

This commit is contained in:
julius 2025-01-25 20:10:04 +01:00
parent 4d4092d2de
commit 32533587d8
Signed by: julius
GPG Key ID: C80A63E6A5FD7092

View File

@ -108,14 +108,12 @@ button {
color: black; color: black;
border: 2px solid black; border: 2px solid black;
border-radius: unset; border-radius: unset;
outline: black;
cursor: pointer; cursor: pointer;
padding: 8px 16px; padding: 8px 16px;
width: 50%; width: 50%;
} }
.tablink:hover {
background-color: #777;
}
/* Style the tab content (and add height:100% for full page content) */ /* Style the tab content (and add height:100% for full page content) */
.tabcontent { .tabcontent {