summaryrefslogtreecommitdiff
path: root/Blog/wwwroot/app.css
diff options
context:
space:
mode:
authorMarijn Besseling <njirambem@gmail.com>2025-09-11 20:28:35 +0200
committerMarijn Besseling <njirambem@gmail.com>2025-09-11 20:28:35 +0200
commitda78a550c829653bdf6029578ff75be250addc0d (patch)
tree2526924d73da65b845bfe11a8945e22482d05bb8 /Blog/wwwroot/app.css
parent737ac4daa768cfc85c9c97fd16ee4e0b3cc8b6b7 (diff)
move log
Diffstat (limited to 'Blog/wwwroot/app.css')
-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