From dbbb9f79d3ab4a88813d986e877b94594e86823c Mon Sep 17 00:00:00 2001 From: sejo Date: Tue, 23 Nov 2021 20:26:26 -0600 Subject: [PATCH] commented out headings styling --- src/estilo.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/estilo.css b/src/estilo.css index aecef53..3255827 100644 --- a/src/estilo.css +++ b/src/estilo.css @@ -1,9 +1,9 @@ /* links externos */ a[rel^=external]:after{ content: "↗"; } /* gemtext-like format */ -h1:before{ content: "# "; } +/* h1:before{ content: "# "; } h2:before{ content: "## "; } -h3:before{ content: "### "; } +h3:before{ content: "### "; }*/ a.arrow:before{ content: "⇒ "; } body{ max-width:36em;