From f22ab1b8e687d081e6fcd8aa105d16795ba23961 Mon Sep 17 00:00:00 2001 From: Sophia Date: Tue, 21 Sep 2021 21:31:37 -0700 Subject: [PATCH] Changed .poptrox-popup .closer color Changed color from #121212 to #fff for easier visibility on gray backgrounds --- assets/css/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index eeb79e5..92bb5b9 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -2071,7 +2071,7 @@ input, select, textarea { -ms-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; border-radius: 0.35em; - border: solid 3px rgba(255, 255, 255, 0.5); + border: solid 3px rgba(255, 255, 255); color: #fff; content: 'View'; display: inline-block; @@ -2859,7 +2859,7 @@ input, select, textarea { .poptrox-popup .nav-next:before, .poptrox-popup .nav-previous:before { - color: #121212; + color: #fff; font-size: 2.5em; height: 1em; line-height: 1em; @@ -2895,7 +2895,7 @@ input, select, textarea { -ms-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); - color: #121212; + color: #fff; height: 4em; line-height: 4em; opacity: 0; @@ -2926,7 +2926,7 @@ input, select, textarea { -ms-box-sizing: content-box; box-sizing: content-box; border-radius: 100%; - border: solid 3px rgba(255, 255, 255, 0.5); + border: solid 3px rgba(255, 255, 255); content: '\f00d'; display: block; font-size: 1em;