From 42a6371eb289bf585deb20a0cc1be4364296245e Mon Sep 17 00:00:00 2001 From: Xaver Maierhofer Date: Sat, 14 Jan 2017 01:08:41 +0100 Subject: [PATCH] [BUGFIX] Unset close button background in night scss --- scss/night.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/night.scss b/scss/night.scss index 3a11096..0c6cce3 100644 --- a/scss/night.scss +++ b/scss/night.scss @@ -95,6 +95,7 @@ $color-black: #fefefe; } &.close { + background: transparent; color: transparentize($color-black, .5); } }