From 6bf218f720460d1a7493fb988f11442d9185b232 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Wed, 9 Jul 2025 00:22:25 +0400 Subject: [PATCH] refac: styling --- src/app.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/app.css b/src/app.css index 1bb282a7ea..5ffe32827c 100644 --- a/src/app.css +++ b/src/app.css @@ -354,6 +354,15 @@ input[type='number'] { } } + /* checked data-checked="true" */ + + li[data-checked='true'] { + > div { + opacity: 0.5; + text-decoration: line-through; + } + } + input[type='checkbox'] { cursor: pointer; }