From 33c3f8c6b9bc791aabb5dd02abd73f343df1bfe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Sun, 15 Sep 2019 19:04:40 +0200 Subject: [PATCH] Resolve "Changes to CSS have broken Dark Theme" --- front/src/style/themes/_dark.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/front/src/style/themes/_dark.scss b/front/src/style/themes/_dark.scss index fbf3ca99d..56bd244ee 100644 --- a/front/src/style/themes/_dark.scss +++ b/front/src/style/themes/_dark.scss @@ -1,3 +1,5 @@ +/* purgecss start ignore */ + $background-color: rgb(43, 58, 66); $button-hover-color: rgb(33, 48, 56); $light-background-color: rgb(51, 71, 82); @@ -271,3 +273,5 @@ $link-color: rgb(255, 144, 0); } } } + +/* purgecss end ignore */