From a7d1d58a9c09382e575f6345f2184c8f5d45d9d2 Mon Sep 17 00:00:00 2001 From: dm1sh Date: Mon, 18 Sep 2023 06:20:55 +0300 Subject: [PATCH] Added code blocks styling --- static/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/style.css b/static/style.css index 9240640..2cb877a 100644 --- a/static/style.css +++ b/static/style.css @@ -83,6 +83,15 @@ main li { line-height: 30px; } +main pre { + font-size: 17px; + overflow-x: auto; +} + +main code { + font-family: monospace; +} + main a:hover { text-decoration: none; }