From a674ff5479716078d926dd98e6f13ccb7789a29f Mon Sep 17 00:00:00 2001 From: Curry141 <135717077+Daniongithub@users.noreply.github.com> Date: Thu, 1 May 2025 19:52:37 +0200 Subject: [PATCH] Aestetical fix --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 3fb5af7..80dc96b 100644 --- a/style.css +++ b/style.css @@ -291,7 +291,8 @@ table.image-table img { div.riga { flex: 1; min-width: 0; - border: 2px solid white; + border: 2px solid #3d3d3d; + border-radius: 5px; padding: 15px; box-sizing: border-box; overflow-wrap: break-word;