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

@@ -66,3 +66,7 @@
.black .comment.lined {
border-left: 1px solid #444444;
}
.black .checkbox:checked + label::after {
border-color: #ddd;
}