From a1d474b231b889ea3b81d00ac6768947aa0bb602 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 10 Jul 2023 04:30:06 +0200 Subject: Added small highlight to code elements --- templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base.html b/templates/base.html index 94502ce..c6a1e1f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -75,6 +75,7 @@ pre code { line-height: 1.3em; + background: initial; } pre, code, pre *, code * { -- cgit v1.2.3