From 9950f737497dbd25f360a5588d4dd7d0b5e1d0f3 Mon Sep 17 00:00:00 2001 From: Lukas Vacek Date: Sun, 16 Aug 2020 21:17:33 +0800 Subject: [PATCH] photoswipe: fine tuning dark theme --- sigal/themes/photoswipe/static/styles_dark.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sigal/themes/photoswipe/static/styles_dark.css b/sigal/themes/photoswipe/static/styles_dark.css index 8a26d93..5ac2255 100644 --- a/sigal/themes/photoswipe/static/styles_dark.css +++ b/sigal/themes/photoswipe/static/styles_dark.css @@ -24,7 +24,10 @@ body { margin: 0 2px 5px 2px; border: 10px solid #6868689e; border-radius: 4px; + box-shadow: none; + padding: 0; } + .thumbnail img:hover { box-shadow: 0 0 5px #fff; }