diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-26 19:22:43 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-26 19:22:43 +0300 |
| commit | c75e66503605a8cbaaeb65c9b472fee136eeae0f (patch) | |
| tree | 6115be9e836cc9f7c1e526b731c11eee4f8da376 /style.css | |
| parent | 80fd3ba29460c0d1bb9cd87279c2bf1ee502e07b (diff) | |
Update content for html
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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; } |
