Fixes.
h3rald h3rald@h3rald.com
Sat, 21 Dec 2024 23:09:06 +0000
2 files changed,
5 insertions(+),
3 deletions(-)
M
web/assets/styles.css
→
web/assets/styles.css
@@ -140,7 +140,9 @@
article input { font-family: monospace; font-size: 1rem; - background-color: black; + margin-right: 0.5rem; + background-color: #222; + padding: 4px; border: none; color: white; display: flex;@@ -149,7 +151,7 @@ }
article textarea { font-family: monospace; - padding: 5px; + padding: 4px; border: none; background-color: #222; field-sizing: content;
M
web/contents/play.html
→
web/contents/play.html
@@ -10,7 +10,7 @@ <section>
<section></section> <aside> <span>> </span> - <input type="text" autofocus /> + <input placeholder="Input hex code and press ENTER" type="text" autofocus /> </aside> <button id="upload">Upload Program</button> <textarea rows="8"></textarea>