1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Add checkbox style to remove bogus rendered bullet (#203)

This commit is contained in:
Alexandra Zaharia
2020-12-12 17:35:45 +01:00
committed by GitHub
parent 53a98feff3
commit 464fa001b2
2 changed files with 14 additions and 1 deletions

View File

@@ -860,6 +860,19 @@ div.post-content .table-wrapper {
font-size: 1.08rem;
@include img(true);
}// p
ul {
padding-left: 2rem;
.task-list-item {
list-style-type: none;
}
input[type=checkbox] {
margin: 0 .5rem .25rem -1.3rem;
vertical-align: middle;
}
}
}
.tag:hover {