From b0606d2be0dae619ff6dd8cd96a340af027864e1 Mon Sep 17 00:00:00 2001 From: Eirik Th S Date: Wed, 2 Feb 2022 18:11:24 +0100 Subject: [PATCH] Fix checked items' text being without strikethrough --- www/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/index.css b/www/css/index.css index 77f3e90..ce9f50a 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -154,7 +154,7 @@ ul.storePlanState .itemAmountText { text-align: center; } -.checkedItem span { +.checkedItem span, .checkedItem div { text-decoration: line-through; }