all repos — hex @ e0f3c894b4445ef8f5c1e4a54029855a2d69522b

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

Readability improvements.
h3rald h3rald@h3rald.com
Fri, 13 Dec 2024 12:47:27 +0100
commit

e0f3c894b4445ef8f5c1e4a54029855a2d69522b

parent

887699f0a9bc23c911bf8416348421c1c15f1303

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

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

@@ -7,6 +7,7 @@ }

body { margin: 1rem; + line-height: 1.2rem; padding: 0; font-family: Monospace; font-size: 1rem;

@@ -25,22 +26,26 @@ }

h2 { margin: 2rem 0 0; - font-size: 1.4rem + font-size: 1.4rem; + line-height: 1.6rem; } h3 { margin: 1.8rem 0 0; font-size: 1.3rem; + line-height: 1.5rem; } h4 { margin: 1.6rem 0 0; font-size: 1.1rem; + line-height: 1.3rem; } h5 { margin: 1.4rem 0 0; font-size: 1rem; + line-height: 1.2rem; } h5 code {

@@ -52,6 +57,7 @@ content: "→ ";

} header { + color: white; font-size: 120%; margin: 0; }