diff --git a/src/css/mk.css b/src/css/mk.css index 3e77eb1..f08558a 100644 --- a/src/css/mk.css +++ b/src/css/mk.css @@ -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 */