From cce49073a9f45e90db39def20dd32524ebdab851 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 10 Jul 2023 04:01:31 +0200 Subject: Added small highlight to code elements --- templates/base.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/base.html b/templates/base.html index 8bc20be..94502ce 100644 --- a/templates/base.html +++ b/templates/base.html @@ -69,6 +69,10 @@ border-bottom: 1px solid black; } + code { + background: #f6f6f6; + } + pre code { line-height: 1.3em; } -- cgit v1.2.3