From 3e56c9861cfb2810d8c24a1a38f7756dd1fd2106 Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 18 Sep 2024 12:36:58 +0930 Subject: [PATCH] feat(core): great odins beard, remove the checkbox formatting ref: #301 --- app/project-static/content.css | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/app/project-static/content.css b/app/project-static/content.css index 36921655..a6346417 100644 --- a/app/project-static/content.css +++ b/app/project-static/content.css @@ -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;