Style checkbox

This commit is contained in:
Tanner
2025-12-04 22:55:23 +00:00
parent fa7354a376
commit 1b1b938ac7
3 changed files with 13 additions and 1 deletions
+4
View File
@@ -66,3 +66,7 @@
.black .comment.lined {
border-left: 1px solid #444444;
}
.black .checkbox:checked + label::after {
border-color: #ddd;
}