mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
CHANGE: Use 1px instead of 2px
This commit is contained in:
parent
2a467559c3
commit
6b2aa2c5db
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ button {
|
|||
.answerButton,
|
||||
.answerButton:hover,
|
||||
.answerButton:focus {
|
||||
border-width: 2px;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.answerIncorrect,
|
||||
|
|
|
|||
Loading…
Reference in a new issue