all repos — hex @ cc6ea549329a78473c338de4850c50d7a69d3f95

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Fixes.
h3rald h3rald@h3rald.com
Sat, 21 Dec 2024 23:09:06 +0000
commit

cc6ea549329a78473c338de4850c50d7a69d3f95

parent

7a715d7f70d91bcdea71c088e4ab7e6c438aba5a

2 files changed, 5 insertions(+), 3 deletions(-)

jump to
M web/assets/styles.cssweb/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.htmlweb/contents/play.html

@@ -10,7 +10,7 @@ <section>

<section></section> <aside> <span>&gt;&nbsp;</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>