From dc1dd619c8271daef0921ed42457c801fca256eb Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sat, 27 Apr 2024 05:23:30 +0300 Subject: [PATCH] Remove unused colors from sass parameters --- app/assets/stylesheets/parameters.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/stylesheets/parameters.scss b/app/assets/stylesheets/parameters.scss index c46174d78..97514d5ca 100644 --- a/app/assets/stylesheets/parameters.scss +++ b/app/assets/stylesheets/parameters.scss @@ -4,11 +4,9 @@ $typeheight: 14px; $blue: #7092FF; $secondary: #888; -$lightblue: #B8C5F0; $green: #7ebc6f; $vibrant-green: #76c551; $grey: #CCC; -$lightgrey: #EEE; $darkgrey: #888; $headerHeight: 55px; $sidebarWidth: 350px; -- 2.45.1