From fa3408101a042f86ceddd9abc329350a7c0610ba Mon Sep 17 00:00:00 2001 From: ralphi3 Date: Thu, 18 Jun 2026 11:35:43 +1200 Subject: [PATCH] Update style.css --- static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/style.css b/static/style.css index edc4ed6..b05b885 100644 --- a/static/style.css +++ b/static/style.css @@ -57,3 +57,9 @@ main { max-width: 800px; padding: 32px 24px; } + +image { + border-color: black; + border-width: 2px; + border-style: groove; +} \ No newline at end of file