mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
Removed unused css vars (Issue #6)
This commit is contained in:
parent
26c7efef90
commit
6a816db6fc
1 changed files with 0 additions and 2 deletions
|
@ -31,8 +31,6 @@ $link_color = ($customColor) ? '#'.$customColor->getHex() : '#'.$accentColor->li
|
||||||
$link_color = "#0066ff";
|
$link_color = "#0066ff";
|
||||||
}
|
}
|
||||||
$nav_icon_color = '#B0B3B8';
|
$nav_icon_color = '#B0B3B8';
|
||||||
$contentbg_transp = '0';
|
|
||||||
$font_color = '#cccccc';
|
$font_color = '#cccccc';
|
||||||
$font_color_darker = '#acacac';
|
$font_color_darker = '#acacac';
|
||||||
$font_color_lighter = '#444444';
|
$font_color_lighter = '#444444';
|
||||||
$background_image = '';
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue