all repos — hex @ 2c89d9fda662c97d5e377a5eaf3f59f1ea78f11b

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

Style fixes.
h3rald h3rald@h3rald.com
Wed, 11 Dec 2024 22:33:21 +0000
commit

2c89d9fda662c97d5e377a5eaf3f59f1ea78f11b

parent

29d1cadf2dd23315178e1fd4013edc7219e63fa2

2 files changed, 7 insertions(+), 7 deletions(-)

jump to
M web/assets/styles.cssweb/assets/styles.css

@@ -20,7 +20,6 @@ h3,

h4, h5 { margin: 1rem 0 0.5rem 0; - font-size: 1.1rem; font-weight: 700; color: gold; }

@@ -98,11 +97,6 @@ li {

margin: 0.5rem 0; } -.prompt-wrapper { - white-space: nowrap; - color: lime; -} - article>section { display: flex; flex-direction: column;

@@ -125,8 +119,14 @@ display: flex;

margin: 0 0.5rem; } +aside span { + display: flex; + align-items: center; +} + article input { font-family: monospace; + font-size: 1rem; background-color: black; border: none; color: white;
M web/contents/play.htmlweb/contents/play.html

@@ -8,7 +8,7 @@ <pre><code>(0x1 0x2 0x3) (dup dup * *) map</code></pre>

<section> <section></section> <aside> - <span>&gt;&nbsp;</span> + <span>&gt; </span> <input type="text" autofocus /> </aside> </section>