geekier look, monospace

This commit is contained in:
Yann Esposito (Yogsototh) 2020-05-10 20:39:01 +02:00
parent f3817fc6b6
commit f5b21e0b9a
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -7,16 +7,14 @@
}
body {
font-size: 16px;
font-family: "Avenir Next", sans-serif;
font-size: 14px;
font-family: monospace;
line-height: var(--lh);
min-height: 100vh;
}
label + pre { margin-top: 2px; }
pre, code {
line-height: 1em;
font-size: 13px;
font-family: "PT Mono", monospace;
}
code { font-size: 14px; }
blockquote pre {
@ -178,7 +176,7 @@ figure, .figure {
margin: 1em 0;
}
#content,.content {
max-width: 35em;
max-width: 45em;
margin: 1em auto;
padding: 0 1em;
}
@ -239,7 +237,7 @@ figure, .figure {
--fg0: var(--b0);
--fg: var(--b02);
--rfg: #000;
--hl: var(--b);
--hl: var(--o);
}
/* Default color theme */