make buttons much clearer when hovered #1

Merged
max merged 1 commits from :master into master 2026-07-20 18:48:38 +10:00

View File

@@ -21,6 +21,12 @@ button, input, textarea {
color: lime;
background-color: black;
border: 1px solid lime;
cursor: pointer;
}
button:hover {
background-color: lime;
color: black;
}
textarea {