feat(core): great odins beard, remove the checkbox formatting

ref: #301
This commit is contained in:
2024-09-18 12:36:58 +09:30
parent d6f475a009
commit 3e56c9861c

View File

@ -209,35 +209,6 @@ article div:not(.codehilite) {
}
input[type=checkbox] {
visibility: hidden;
font-size: 20px;
}
input[type=checkbox]:after,
input[type=checkbox]::after {
content: " ";
background-color: #177ee6;
display: inline-block;
text-align: center;
color: #fff;
height: 20px;
line-height: 20px;
width: 20px;
visibility: visible;
border-radius: 15px;
}
input[type=checkbox]:checked:after,
input[type=checkbox]:checked::after {
content: "\2714";
}
table {
width: 100%;
text-align: center;