all repos — hex @ 51250d7da715290864b5c96ac134e13915457e32

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

Fixes.
h3rald h3rald@h3rald.com
Fri, 13 Dec 2024 13:31:50 +0100
commit

51250d7da715290864b5c96ac134e13915457e32

parent

596728fa1fd293a6a6eac8fb0d341108f5f0ebfe

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

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

@@ -109,7 +109,7 @@

article>section { display: flex; flex-direction: column; - border: 1px solid lime; + border: 1px solid gold; } article>section>section {

@@ -157,9 +157,9 @@ color: gold;

} blockquote { + margin: 1rem; border: 1px solid gold; padding: 0 1rem 0 1rem; - margin: 0; } blockquote div {