From 1e5e794dcf65f7087136e337056e1814009ff234 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 4 Jan 2025 16:12:56 +0200 Subject: refine --- extras/html/themes/default/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'extras/html') diff --git a/extras/html/themes/default/style.css b/extras/html/themes/default/style.css index f2cf40b..86f4d61 100644 --- a/extras/html/themes/default/style.css +++ b/extras/html/themes/default/style.css @@ -82,10 +82,12 @@ img { pre { font-family: code, monospace; padding: 20px; - border: 1px solid #cccccc; + border: 1px solid #dddddd; + border-radius: 15px; } span.inlinecode { font-family: code, monospace; border: 1px solid #999999; + border-radius: 2px; } -- cgit v1.2.3