From 1be363416014ce6898abf109fe13b94b9edfa498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 2 Dec 2022 15:49:39 +0100 Subject: [PATCH] theme: set image border to background dependend color #411 - to be more in line with eg. blockquote bars - and remove padding - looked wierd for colored background --- static/css/theme.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index 3e360cd7d0..d87aecdfa3 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -320,8 +320,7 @@ th { #body img.border, #body .video-container.border { - border: 2px solid #e6e6e6; - padding: 2px; + border: 2px solid rgba( 134, 134, 134, .125 ); } #body img.shadow,