header level indicators

This commit is contained in:
sejo 2022-04-22 12:43:59 -05:00
parent 82cf46e23d
commit 772a96eda0
1 changed files with 17 additions and 2 deletions

View File

@ -1,6 +1,21 @@
/* colors by https://www.colourlovers.com/palette/1078634/Sentences */ /* colors by https://www.colourlovers.com/palette/1078634/Sentences */
/* links externos */ /* links externos */
a[rel^=external]:after{ content: "⭷"; } 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{ a{
color: #C04E43; color: #C04E43;
} }
@ -46,7 +61,7 @@ blockquote{
} }
main h1{ main h1{
margin-top: 1.0em; margin-top: 2em;
font-size: xx-large; font-size: xx-large;
} }
main h2{ main h2{
@ -55,7 +70,7 @@ main h2{
} }
main h3{ main h3{
font-size: larger; font-size: larger;
margin-left:1em; margin-left:0.6em;
} }
gallery{ gallery{