Removed unused css vars (Issue #6)

This commit is contained in:
Random Penguin 2025-02-16 21:46:29 +00:00
parent 433a40f527
commit e042a5314a

View file

@ -29,8 +29,6 @@ $link_color = ($customColor) ? '#'.$customColor->getHex() : '#'.$accentColor->li
$link_color = "#0066ff"; $link_color = "#0066ff";
} }
$nav_icon_color = '#65686C'; $nav_icon_color = '#65686C';
$background_image = '';
$contentbg_transp = 100;
$font_color = '#313131'; $font_color = '#313131';
$font_color_darker = '#333'; $font_color_darker = '#333';