From ebd9b85e4cf83baa39601722c280d1f197229edd Mon Sep 17 00:00:00 2001 From: Kim Nguyen Date: Wed, 20 Apr 2022 15:01:51 -0400 Subject: [PATCH] Remove centerrow background color from lightgallery buttons. --- css/sass/_screen.scss | 4 ++++ css/style.css | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/css/sass/_screen.scss b/css/sass/_screen.scss index 3aa0303..470a52d 100644 --- a/css/sass/_screen.scss +++ b/css/sass/_screen.scss @@ -783,6 +783,10 @@ footer { bottom: 0; } +.lg-container button { + background-color: transparent; +} + .lg-icon.hidden { display: none; } diff --git a/css/style.css b/css/style.css index 9e061c3..c5058ee 100644 --- a/css/style.css +++ b/css/style.css @@ -1200,6 +1200,11 @@ nav ul { bottom: 0; } } +@media screen { + .lg-container button { + background-color: transparent; + } +} @media screen { .lg-icon.hidden { display: none;