try new code font formatting

This commit is contained in:
Adora Laura Kalb 2023-05-25 10:54:47 +02:00
parent 6910132ad1
commit d33131f3f2
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056

View file

@ -1,4 +1,15 @@
a, body, h1, h2, h3, html, li, p, span, strong, u, ul { a,
body,
h1,
h2,
h3,
html,
li,
p,
span,
strong,
u,
ul {
margin: 0; margin: 0;
padding: 0; padding: 0;
border: 0; border: 0;
@ -32,6 +43,10 @@ a {
color: #00cccc color: #00cccc
} }
a:hover {
text-decoration: underline;
}
p { p {
margin-bottom: .75rem margin-bottom: .75rem
} }
@ -47,23 +62,23 @@ h3 {
h1:before { h1:before {
content: "# "; content: "# ";
content: "# "/ ""; content: "# " / "";
} }
h1:after { h1:after {
content: "-----"; content: "-----";
content: "-----"/ ""; content: "-----" / "";
display: block; display: block;
} }
h2:before { h2:before {
content: "## "; content: "## ";
content: "## "/ ""; content: "## " / "";
} }
h3:before { h3:before {
content: "### "; content: "### ";
content: "### "/ ""; content: "### " / "";
} }
strong { strong {
@ -72,19 +87,20 @@ strong {
strong:before { strong:before {
content: "**"; content: "**";
content: "**"/ ""; content: "**" / "";
} }
strong:after { strong:after {
content: "**"; content: "**";
content: "**"/ ""; content: "**" / "";
} }
strong { strong {
color: #d66388 color: #d66388
} }
code { p > code, code {
font: unset;
font-family: Consolas, monaco, monospace; font-family: Consolas, monaco, monospace;
color: cornflowerblue; color: cornflowerblue;
} }