From c75e66503605a8cbaaeb65c9b472fee136eeae0f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 26 Apr 2026 19:22:43 +0300 Subject: Update content for html --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'style.css') 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; } -- cgit v1.2.3