Style checkbox

This commit is contained in:
2025-12-04 22:55:23 +00:00
parent 1d019f880b
commit ff1297e507
3 changed files with 13 additions and 1 deletions

View File

@@ -80,3 +80,11 @@
.red .dot {
background-color: #440000;
}
.red .checkbox + label::before {
border: 1px solid #690000;
}
.red .checkbox:checked + label::after {
border-color: #aa0000;
}