summaryrefslogtreecommitdiff
path: root/Blog/wwwroot
diff options
context:
space:
mode:
Diffstat (limited to 'Blog/wwwroot')
-rw-r--r--Blog/wwwroot/app.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/Blog/wwwroot/app.css b/Blog/wwwroot/app.css
index 0065fd6..913195b 100644
--- a/Blog/wwwroot/app.css
+++ b/Blog/wwwroot/app.css
@@ -272,9 +272,11 @@ input[type="checkbox"] {
272 appearance: none; 272 appearance: none;
273} 273}
274input[type="checkbox"]:checked::after { 274input[type="checkbox"]:checked::after {
275 content: "[x]" 275 content: "[x]";
276 color: var(--color);
276} 277}
277 278
278input[type="checkbox"]::after { 279input[type="checkbox"]::after {
279 content: "[ ]" 280 content: "[ ]";
281 color: var(--color);
280} \ No newline at end of file 282} \ No newline at end of file