From 686ea66e6781773097b9e4e95d27eef29e0f2145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 25 Aug 2023 19:33:59 +0200 Subject: [PATCH] image: streamline image border color #623 to code boxes or table grids --- static/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/theme.css b/static/css/theme.css index eb103e5626..72e91a4a52 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -340,7 +340,7 @@ dd { #body img.border, #body .video-container.border { - border: 2px solid rgba( 134, 134, 134, .125 ); + border: 1px solid rgba( 134, 134, 134, .333 ); } #body img.shadow,