test
parent
6afb8382f8
commit
3d16f390ca
|
@ -66,20 +66,12 @@
|
|||
{%- endif %}
|
||||
.color-{{ scheme.id }} {
|
||||
--color-background: {{ scheme.settings.background.red }},{{ scheme.settings.background.green }},{{ scheme.settings.background.blue }};
|
||||
|
||||
{% comment %}
|
||||
|
||||
{% if scheme.settings.background_gradient != empty %}
|
||||
--gradient-background: {{ scheme.settings.background_gradient }};
|
||||
{% else %}
|
||||
--gradient-background: {{ scheme.settings.background }};
|
||||
{% endif %}
|
||||
|
||||
{% endcomment %}
|
||||
|
||||
--gradient-background: rgb(255,200,0);
|
||||
|
||||
|
||||
{% liquid
|
||||
assign background_color = scheme.settings.background
|
||||
assign background_color_brightness = background_color | color_brightness
|
||||
|
|
Loading…
Reference in New Issue