From 0e22827ed0fd1b722bf8ba203709ae3928ce7975 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Sun, 5 Oct 2025 17:15:02 +0200 Subject: Improved css --- static/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 821403d..50b0066 100644 --- a/static/style.css +++ b/static/style.css @@ -36,17 +36,22 @@ pre { line-break: auto; text-align: left; border: solid 1px var(--fg); + line-break: anywhere; + white-space: pre-wrap !important; } code { font-family: var(--titlecodefont); background: var(--sbg); + border-radius: 3px; + font-size: smaller; } blockquote { background: var(--sbg); - padding: 0.3em 0.5em; + padding: 0.3em 0.9em; margin: auto; + border-left: 4px solid var(--link); } .buttons { @@ -165,4 +170,4 @@ img { .columns { columns: 1; } -} +} \ No newline at end of file -- cgit v1.2.3