demo: fix text_color_light
This commit is contained in:
parent
c7e09f4aa4
commit
cf5ab0ea5e
3 changed files with 3 additions and 3 deletions
|
@ -55,7 +55,7 @@ subtitle = ""
|
|||
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
|
||||
|
||||
# Text color (true=light or false=dark).
|
||||
text_color_light = true
|
||||
text_color_light = false
|
||||
|
||||
[advanced]
|
||||
# Custom CSS.
|
||||
|
|
|
@ -55,7 +55,7 @@ subtitle = ""
|
|||
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
|
||||
|
||||
# Text color (true=light or false=dark).
|
||||
text_color_light = true
|
||||
text_color_light = false
|
||||
|
||||
[advanced]
|
||||
# Custom CSS.
|
||||
|
|
|
@ -55,7 +55,7 @@ subtitle = ""
|
|||
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
|
||||
|
||||
# Text color (true=light or false=dark).
|
||||
text_color_light = true
|
||||
text_color_light = false
|
||||
|
||||
[advanced]
|
||||
# Custom CSS.
|
||||
|
|
Loading…
Reference in a new issue