add support for tasklist checkbox

This commit is contained in:
T2hhbmEK 2023-01-31 18:47:23 +08:00
parent 2b14b3d4e5
commit f069aede2d
No known key found for this signature in database
GPG Key ID: D412878779B8898C

View File

@ -72,6 +72,16 @@
margin-top: 30px; margin-top: 30px;
} }
input[type="checkbox"] {
vertical-align: middle;
padding: 5px;
margin: 0 .2em .25em -.2em;
}
input[type="checkbox"]:checked {
background: $accent;
}
&-cover { &-cover {
border: 20px solid $accent; border: 20px solid $accent;
background: transparent; background: transparent;