From 9a2198287f66efc925e37396dc59e3c35cddb07e Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sat, 15 May 2021 21:14:34 +0200 Subject: [PATCH] =?UTF-8?q?Nezobrazovat=20box-shadow=20v=20indexu=20galeri?= =?UTF-8?q?=C3=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/main.scss b/sass/main.scss index c536db0..248996d 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -368,8 +368,8 @@ main { row-gap: 1em; img { display: block } - a:hover img { box-shadow: 0px 1px 9px #00000088 } } + .gallery:not(.index) a:hover img { box-shadow: 0px 1px 9px #00000088 } .gallery.index { a { position: relative;