remove empty lines

This commit is contained in:
Extarys 2021-01-16 17:50:11 -05:00
parent 390a51f2b7
commit 89cdfa53da
2 changed files with 1 additions and 5 deletions

View file

@ -22,7 +22,6 @@ $nav_icon_hover_color = '#' . $accentColor->darken(20);
switch ($scheme_accent) {
case FRIO_SCHEME_ACCENT_GREEN:
case FRIO_SCHEME_ACCENT_RED:
$nav_bg = '#' . $accentColor->darken(27);
$background_color = '#' . $accentColor->darken(29);
break;