codestandards

This commit is contained in:
Jakobus Schürz 2023-03-20 10:54:29 +01:00
parent 3819c00d6c
commit 3818fc2b0d

View file

@ -10,7 +10,6 @@
require_once 'view/theme/frio/php/PHPColors/Color.php';
$accentColor = new Color($scheme_accent);
$nav_bg = '#' . $accentColor->darken(10);
$menu_background_hover_color = '#' . $accentColor->darken(5);
$nav_icon_color = "#fff";