summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-26 19:22:43 +0300
committerPaul Buetow <paul@buetow.org>2026-04-26 19:22:43 +0300
commitc75e66503605a8cbaaeb65c9b472fee136eeae0f (patch)
tree6115be9e836cc9f7c1e526b731c11eee4f8da376 /style.css
parent80fd3ba29460c0d1bb9cd87279c2bf1ee502e07b (diff)
Update content for html
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/style.css b/style.css
index 472178a5..edde6248 100644
--- a/style.css
+++ b/style.css
@@ -32,7 +32,7 @@ body {
margin: 40px auto;
border: 1px solid #c4cad8;
border-top: 5px solid #4f46e5;
- border-radius: 6px;
+ border-radius: 20px;
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.13);
word-wrap: break-word;
}
@@ -108,7 +108,7 @@ img {
max-width: 90%;
display: block;
margin: 1.2em auto;
- border-radius: 4px;
+ border-radius: 14px;
border: 1px solid #c4cad8;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@@ -119,7 +119,7 @@ pre {
color: #1e1e2e;
padding: 18px 20px;
border-left: 4px solid #4f46e5;
- border-radius: 4px;
+ border-radius: 14px;
overflow-x: auto;
}
@@ -127,6 +127,6 @@ span.inlinecode {
font-family: code, monospace;
background: #eef0f8;
border: 1px solid #bcc2d8;
- border-radius: 3px;
+ border-radius: 8px;
padding: 1px 5px;
}