From 41af412be5ab1c8221b9cc9122e4ecbb66a2b4aa Mon Sep 17 00:00:00 2001 From: lublagg <89816272+lublagg@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:55:01 -0400 Subject: [PATCH] Remove commented-out line Co-authored-by: Teale Fristoe --- src/App.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.css b/src/App.css index da1c5c4..bb2dd58 100755 --- a/src/App.css +++ b/src/App.css @@ -142,7 +142,6 @@ div.separator-line { button { cursor: pointer; background-color: var(--teal-light-3); - /* color: white; */ border-radius: 5px; border-width: 1px; color: var(--charcoal);