From d070bed128b7dbcba9c7c49ed79360aaa57b2662 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Mon, 4 May 2020 10:49:00 +0200 Subject: [PATCH] modern looking --- src/css/mk.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/css/mk.css b/src/css/mk.css index d9caa0d..2b36d82 100644 --- a/src/css/mk.css +++ b/src/css/mk.css @@ -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;