From 520b59c0484951291df79ffad4b2abbc7d17fa0b Mon Sep 17 00:00:00 2001 From: finga Date: Wed, 15 Feb 2023 05:21:03 +0100 Subject: [PATCH] sass: Remove useless coloring from close button Remove useless coloring from lightbox close button. --- sass/style.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sass/style.scss b/sass/style.scss index 24347a6..2082f57 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -22,10 +22,6 @@ html, .navbar, .footer { a { color: hsl(217, 71%, 70%); } - - .lightbox a.delete { - color: $light; - } } .lightbox {