mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
Adjust menu background color
Increment version
This commit is contained in:
parent
99f2d40319
commit
8a861e7618
1 changed files with 3 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
||||||
* Author: Kristi H. @kmh@friendica.world feb @feb@loma.ml
|
* Author: Kristi H. @kmh@friendica.world feb @feb@loma.ml
|
||||||
* Overwrites: nav_bg, nav_icon_color, background_color, background_image, contentbg_transp
|
* Overwrites: nav_bg, nav_icon_color, background_color, background_image, contentbg_transp
|
||||||
* Accented: Yes
|
* Accented: Yes
|
||||||
* Version: 1.1
|
* Version: 1.2
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once 'view/theme/frio/php/PHPColors/Color.php';
|
require_once 'view/theme/frio/php/PHPColors/Color.php';
|
||||||
|
@ -20,16 +20,15 @@ $accentColor = new Color($scheme_accent);
|
||||||
$nav_bg = '#ffffff';
|
$nav_bg = '#ffffff';
|
||||||
$nav_icon_color = '#606637';
|
$nav_icon_color = '#606637';
|
||||||
$link_color = '#' . $accentColor->lighten(10);
|
$link_color = '#' . $accentColor->lighten(10);
|
||||||
// overrid ugly blue accent color
|
// override ugly blue accent color
|
||||||
if ( $link_color == "#33a2e0" ){
|
if ( $link_color == "#33a2e0" ){
|
||||||
$link_color = "#0066ff";
|
$link_color = "#0066ff";
|
||||||
}
|
}
|
||||||
$background_color = '#f2f4f7';
|
$background_color = '#f2f4f7';
|
||||||
$background_image = '';
|
$background_image = '';
|
||||||
$contentbg_transp = 100;
|
$contentbg_transp = 100;
|
||||||
$menu_background_hover_color = '#8080801a'; // rgba(128,128,128,.1)
|
$menu_background_hover_color = '#' . $accentColor->lighten(45);
|
||||||
$font_color = '#313131';
|
$font_color = '#313131';
|
||||||
$font_color_darker = '#333';
|
$font_color_darker = '#333';
|
||||||
$border_color = '#eee';
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue