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
} }
@ -84,7 +99,8 @@ 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;
} }