From 6a8981f0583b20d2761244b101667f7ed53033e5 Mon Sep 17 00:00:00 2001 From: skedwards88 Date: Mon, 10 Jun 2024 08:54:25 -0700 Subject: [PATCH] show dividing lines in clue --- src/styles/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/App.css b/src/styles/App.css index 6d2b2ba..9ed6cc3 100644 --- a/src/styles/App.css +++ b/src/styles/App.css @@ -168,6 +168,7 @@ button:disabled { .shapeBox.filled { background-color: var(--light-color); + border: 1px solid var(--dark-color); } .shapeBox.filled.solved {