Merge pull request 'make buttons much clearer when hovered' (#1) from SpookyDervish/chookchat:master into master

Reviewed-on: chookspace/chookchat#1
This commit is contained in:
2026-07-20 18:48:37 +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 {