Removed unused css vars (Issue #6)

This commit is contained in:
Random Penguin 2025-02-16 21:43:59 +00:00
parent 9f9f59d948
commit c04542d326

View file

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