use a instead of button,

update wiki link
This commit is contained in:
2024-04-18 19:04:45 +00:00
parent 578e540772
commit 2158cacd6c
3 changed files with 14 additions and 12 deletions

View File

@@ -60,12 +60,13 @@ footer p {
gap: 10px;
}
.btn-group button {
.btn-group a {
background-color: #00ff00; /* Green background */
color: black; /* White text */
padding: 10px; /* Some padding */
cursor: pointer; /* Pointer/hand icon */
border: none;
text-decoration: none;
}
.btn-group button:hover {