diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-25 00:05:44 -0600 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-25 00:05:44 -0600 |
commit | 30f9f2bc185b88669030f7b1a433d79c39c9f1bf (patch) | |
tree | fa70db057c2b902e81041be8ca01c17e65096fd6 /turing-machine/css/styles.css | |
parent | 080211a78870c684400ab9f74f08ca04be153c0b (diff) | |
download | simponic.xyz-30f9f2bc185b88669030f7b1a433d79c39c9f1bf.tar.gz simponic.xyz-30f9f2bc185b88669030f7b1a433d79c39c9f1bf.zip |
show that the inputs are really really editable
Diffstat (limited to 'turing-machine/css/styles.css')
-rw-r--r-- | turing-machine/css/styles.css | 3 |
1 files changed, 1 insertions, 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; |