main
alexanderroese 2024-06-17 22:39:11 +02:00
parent 6afb8382f8
commit 3d16f390ca
1 changed files with 0 additions and 8 deletions

View File

@ -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