dynamic navbar colors
parent
537cc822d5
commit
7afc3561b2
|
@ -53,7 +53,7 @@
|
||||||
%}
|
%}
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
console.log("7", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}")
|
console.log("8", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}")
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@ -101,6 +101,8 @@
|
||||||
endif
|
endif
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
--shx-my-{{ scheme.id }}: "#8D8D8D";
|
||||||
|
|
||||||
--color-background: {{ new_background.red }},{{ new_background.green }},{{ new_background.blue }};
|
--color-background: {{ new_background.red }},{{ new_background.green }},{{ new_background.blue }};
|
||||||
|
|
||||||
{% if new_background_gradient != empty %}
|
{% if new_background_gradient != empty %}
|
||||||
|
|
Loading…
Reference in New Issue