Use ankis border instead of bs border for .form-check-input

This commit is contained in:
GithubAnon0000 2025-07-06 19:29:51 +02:00
parent b4e422e434
commit 785a6b37c8

View file

@ -31,6 +31,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
}
.form-check-input {
border-color: var(--border);
-webkit-appearance: none;
appearance: none;
height: 1.5em;