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:
committed by
GitHub
parent
53a98feff3
commit
464fa001b2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user