dynamic navbar colors
parent
537cc822d5
commit
7afc3561b2
|
@ -53,7 +53,7 @@
|
|||
%}
|
||||
|
||||
<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>
|
||||
|
||||
|
@ -101,6 +101,8 @@
|
|||
endif
|
||||
%}
|
||||
|
||||
--shx-my-{{ scheme.id }}: "#8D8D8D";
|
||||
|
||||
--color-background: {{ new_background.red }},{{ new_background.green }},{{ new_background.blue }};
|
||||
|
||||
{% if new_background_gradient != empty %}
|
||||
|
|
Loading…
Reference in New Issue