Style fixes.
h3rald h3rald@h3rald.com
Wed, 11 Dec 2024 22:33:21 +0000
2 files changed,
7 insertions(+),
7 deletions(-)
M
web/assets/styles.css
→
web/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.html
→
web/contents/play.html
@@ -8,7 +8,7 @@ <pre><code>(0x1 0x2 0x3) (dup dup * *) map</code></pre>
<section> <section></section> <aside> - <span>> </span> + <span>> </span> <input type="text" autofocus /> </aside> </section>