summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-01-04 16:12:56 +0200
committerPaul Buetow <paul@buetow.org>2025-01-04 16:12:56 +0200
commit1e5e794dcf65f7087136e337056e1814009ff234 (patch)
tree35d4963f2a2ff556d3d213f9853919f9e329c723 /extras
parentbf60fc37b93d2e85276de359b556e00e5f70b979 (diff)
refine
Diffstat (limited to 'extras')
-rw-r--r--extras/html/themes/default/style.css4
1 files changed, 3 insertions, 1 deletions
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;
}