CHANGE: Use 1px instead of 2px

This commit is contained in:
GithubAnon0000 2025-09-29 22:51:42 +02:00
parent 2a467559c3
commit 6b2aa2c5db

View file

@ -43,7 +43,7 @@ button {
.answerButton,
.answerButton:hover,
.answerButton:focus {
border-width: 2px;
border-width: 1px;
}
.answerIncorrect,