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{