[frio] Disable custom background image for light/dark/black schemes
This commit is contained in:
parent
fb0fa342be
commit
b5b2eaf513
3 changed files with 6 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
* Name: Dark
|
||||
* Licence: AGPL
|
||||
* Author: Hypolite Petovan <hypolite@friendica.mrpetovan.com>
|
||||
* Overwrites: nav_bg, nav_icon_color, link_color, background_color, contentbg_transp
|
||||
* Overwrites: nav_bg, nav_icon_color, link_color, background_color, background_image, contentbg_transp
|
||||
* Accented: yes
|
||||
*/
|
||||
|
||||
|
@ -32,3 +32,4 @@ switch ($scheme_accent) {
|
|||
$contentbg_transp = 4;
|
||||
$font_color = '#e4e4e4';
|
||||
$font_color_darker = '#dcdcdc';
|
||||
$background_image = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue