commented out headings styling

This commit is contained in:
sejo 2021-11-23 20:26:26 -06:00
parent 9b0631346d
commit dbbb9f79d3
1 changed files with 2 additions and 2 deletions

View File

@ -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;