From 6ef2281710d36a951ee103527ca61f43d331c51e Mon Sep 17 00:00:00 2001 From: Yan Xu Date: Wed, 21 Aug 2024 11:07:37 -0600 Subject: [PATCH] Update listItem css --- src/components/Checklist/Checklist.module.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Checklist/Checklist.module.css b/src/components/Checklist/Checklist.module.css index 01f2b90..83180ad 100644 --- a/src/components/Checklist/Checklist.module.css +++ b/src/components/Checklist/Checklist.module.css @@ -5,7 +5,6 @@ } .listItem { - color: black; a { text-decoration: none; }