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;