remove button hover effect

This commit is contained in:
2025-01-25 20:10:04 +01:00
parent 4d4092d2de
commit 32533587d8

View File

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