From 9d8004dcf29ef76347aa857e473df2aa627a80a3 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Mon, 3 Nov 2025 19:29:02 +0100 Subject: fixed pre and code tags css --- static/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index c44cf6a..9bf2cc8 100644 --- a/static/style.css +++ b/static/style.css @@ -50,11 +50,14 @@ pre { code { font-family: var(--titlecodefont); - background: var(--sbg); border-radius: 3px; font-size: 85%; } +p code { + background: var(--sbg); +} + blockquote { background: rgba(219, 75, 77, 0.2); padding: 0.3em 0.9em; @@ -116,7 +119,6 @@ h4, h5, h6 { font-style: italic; - ; } hr { -- cgit v1.2.3