1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-01-06 10:00:26 +00:00

To-do lists styles

This commit is contained in:
handlerug 2021-07-07 22:28:28 +07:00
parent a4c8741f7f
commit 9fdb56f40b
No known key found for this signature in database
GPG Key ID: 38009F0605051491

View File

@ -552,3 +552,16 @@ kbd {
.recent-changes__entry__time {
font-weight: bold;
}
/*
* To-do lists
*/
.item_todo {
position: relative;
list-style: none;
}
.item_todo > input[type=checkbox] {
position: absolute;
left: -1.6rem;
top: .1rem;
}