From b9b690cab2a38cd0dbc2de9aa2badcd084ae7b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Tue, 12 Oct 2021 15:09:56 +0200 Subject: [PATCH] Add background and zoom cursor on hover to Photos items --- src/style/pages/_photos.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/style/pages/_photos.scss b/src/style/pages/_photos.scss index 02ced93..6c9fa9f 100644 --- a/src/style/pages/_photos.scss +++ b/src/style/pages/_photos.scss @@ -231,11 +231,13 @@ .photo { overflow: hidden; border-radius: 6px; + background: $color-primary-tertiary20; a { position: relative; display: block; height: 100%; + cursor: zoom-in; & > picture { height: 100%;