From 30f9f2bc185b88669030f7b1a433d79c39c9f1bf Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Wed, 25 Oct 2023 00:05:44 -0600 Subject: [PATCH] show that the inputs are really really editable --- turing-machine/css/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/turing-machine/css/styles.css b/turing-machine/css/styles.css index 1b2ad09..a647b1c 100644 --- a/turing-machine/css/styles.css +++ b/turing-machine/css/styles.css @@ -95,10 +95,9 @@ body { } .cell-input { - border: none; border-radius: 0.25rem; - background-color: 1px solid #ccc; + border: 2px dotted #333; width: 50px; margin-left: 0.25rem; margin-right: 0.25rem;