all repos — hex @ 887699f0a9bc23c911bf8416348421c1c15f1303

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

Style readability improvements.
h3rald h3rald@h3rald.com
Fri, 13 Dec 2024 11:51:24 +0100
commit

887699f0a9bc23c911bf8416348421c1c15f1303

parent

155154e4b59f9f04c95336bc92ccd5bddd7de9fe

1 files changed, 6 insertions(+), 3 deletions(-)

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

@@ -11,7 +11,7 @@ padding: 0;

font-family: Monospace; font-size: 1rem; background-color: black; - color: white; + color: lightgray; } h1,

@@ -19,24 +19,27 @@ h2,

h3, h4, h5 { - margin: 1rem 0 0.5rem 0; font-weight: 700; - color: gold; + color: white; } h2 { + margin: 2rem 0 0; font-size: 1.4rem } h3 { + margin: 1.8rem 0 0; font-size: 1.3rem; } h4 { + margin: 1.6rem 0 0; font-size: 1.1rem; } h5 { + margin: 1.4rem 0 0; font-size: 1rem; }