From 772a96eda04591af9cbc30cfa7ea7b7e97f5f2b0 Mon Sep 17 00:00:00 2001 From: sejo Date: Fri, 22 Apr 2022 12:43:59 -0500 Subject: [PATCH] header level indicators --- templates/estilo.css | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/templates/estilo.css b/templates/estilo.css index b8559b0..e0dec10 100644 --- a/templates/estilo.css +++ b/templates/estilo.css @@ -1,6 +1,21 @@ /* colors by https://www.colourlovers.com/palette/1078634/Sentences */ /* links externos */ a[rel^=external]:after{ content: "⭷"; } +main h1:before{ + content: "#"; + font-size: smaller; + padding-right:1em; +} +main h2:before{ + content: "##"; + font-size: smaller; + padding-right:1em; +} +main h3:before{ + content: "###"; + font-size: smaller; + padding-right:1em; +} a{ color: #C04E43; } @@ -46,7 +61,7 @@ blockquote{ } main h1{ - margin-top: 1.0em; + margin-top: 2em; font-size: xx-large; } main h2{ @@ -55,7 +70,7 @@ main h2{ } main h3{ font-size: larger; - margin-left:1em; + margin-left:0.6em; } gallery{