Remove unused colors from sass parameters

This commit is contained in:
Anton Khorev 2024-04-27 05:23:30 +03:00
parent b66881b45a
commit dc1dd619c8

View file

@ -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;