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
9f9f59d948
commit
c04542d326
1 changed files with 0 additions and 2 deletions
|
@ -30,7 +30,5 @@ $link_color = ($customColor) ? '#'.$customColor->getHex() : '#'.$accentColor->ge
|
||||||
$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';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue