From 6d45e8f220cdd71a9691169fccb5df33faa68054 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 11 Mar 2024 19:05:41 +0100 Subject: Style fixes --- templates/base.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 76c5ebc..9a636e6 100755 --- a/templates/base.html +++ b/templates/base.html @@ -76,6 +76,7 @@ overflow-x: auto; padding: 1em; background: var(--code-background)!important; + border: 1px solid #dcdcdc; } code { @@ -88,6 +89,7 @@ pre code { background: transparent!important; padding: initial; + border: none; } figure { -- cgit v1.2.3