modern looking

This commit is contained in:
Yann Esposito (Yogsototh) 2020-05-04 10:49:00 +02:00
parent bae4ce7967
commit d070bed128
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -8,18 +8,17 @@
body {
font-size: 16px;
font-family: sans-serif;
font-family: "Avenir Next", sans-serif;
line-height: var(--lh);
min-height: 100vh;
}
code {
font-size: 15px;
}
label + pre { margin-top: 2px; }
pre {
pre, code {
line-height: 1em;
font-size: 13px;
font-family: "PT Mono", monospace;
}
code { font-size: 14px; }
blockquote pre {
line-height: var(--lh);
}
@ -106,7 +105,7 @@ h2,h3,h4,h5,h6 {
font-size: 1em;
}
h1:before,h2:before,h3:before,h4:before,h5:before,h6:before {
font-family: monospace;
font-family: "PT Mono", monospace;
}
h1::before {
content: "# ";
@ -145,7 +144,7 @@ hr {
margin-bottom: var(--lh);
}
hr:after {
font-family: Menlo, monospace;
font-family: "PT Mono", monospace;
text-align: center;
content: "----------------------------------------------------------";
display:block;