test
parent
606cd2fd0a
commit
f8c9d8094f
|
@ -66,12 +66,20 @@
|
|||
{%- 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: 255,0,0;
|
||||
|
||||
|
||||
{% liquid
|
||||
assign background_color = scheme.settings.background
|
||||
assign background_color_brightness = background_color | color_brightness
|
||||
|
|
Loading…
Reference in New Issue