From 3a6260861c12ad8169167a731aa5bb317b000e8e Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 08:52:07 +0100 Subject: Updated theme --- templates/base.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index f9a323c..90feb43 100644 --- a/templates/base.html +++ b/templates/base.html @@ -18,6 +18,7 @@ --border-color: gainsboro; --border-size: 2px; --link-color: blue; + --bg-color: #eee; } body { @@ -94,10 +95,12 @@ padding: 0 3px; font-size: 14px; border: 0; + background: var(--bg-color); } pre code { line-height: 1.3em; + background: white; } pre, code, pre *, code * { -- cgit v1.2.3