From 4f6e9003270bae76368ec11b12eadcce1b461f12 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Wed, 6 May 2020 10:46:57 +1000 Subject: [PATCH] Fix "Remove background and border colors from product list" --- app/assets/stylesheets/darkswarm/branding.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/darkswarm/branding.scss b/app/assets/stylesheets/darkswarm/branding.scss index 9d0156dd3c..c8b09294a6 100644 --- a/app/assets/stylesheets/darkswarm/branding.scss +++ b/app/assets/stylesheets/darkswarm/branding.scss @@ -11,7 +11,6 @@ $ofn-grey: #808184; $clr-brick: #c1122b; $clr-brick-light: #f5e6e7; $clr-brick-light-trans: rgba(245, 230, 231, 0.9); -$clr-brick-ultra-light: #faf5f6; $clr-brick-bright: #eb4c46; $clr-brick-med-bright: #e5a2a0; $clr-brick-light-bright: #f5c4c9;