From 2e2ccfc8a9cd73d316149b67c875545891c5dada Mon Sep 17 00:00:00 2001 From: a73x Date: Sun, 25 Aug 2024 15:14:42 +0100 Subject: post 2 --- templates/layouts/default.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'templates') diff --git a/templates/layouts/default.html b/templates/layouts/default.html index 5c8bf64..b12c520 100644 --- a/templates/layouts/default.html +++ b/templates/layouts/default.html @@ -21,6 +21,16 @@ max-width: 70ch; font-family: "Mono"; } + pre { + font-family: "Mono"; + color: crimson; + background-color: #f1f1f1; + padding: 2px; + + } + pre code { + background: none; + } code { font-family: "Mono"; -- cgit v1.2.3