checkbox style
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Struchkov Mark 2024-09-09 20:19:03 +03:00
parent fd1cadaa65
commit e6795bdea4
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -97,3 +97,7 @@ h4 {
.popover-hint {
margin-top: 3rem;
}
input[type="checkbox"] {
border-color: var(--secondary);
}