added palette

This commit is contained in:
Ultradesu
2026-04-20 12:16:55 +03:00
parent 0086399788
commit 400c1e6648
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -156,7 +156,7 @@
<div class="palette">
{% for swatch in config.extra.palette %}
<div class="palette__item">
<div class="palette__circle" style="background-color: {{ swatch.color }}"></div>
<div class="palette__circle" style="--swatch-color: {{ swatch.color }}; background-color: {{ swatch.color }}"></div>
<span class="palette__name">{{ swatch.name }}</span>
</div>
{% endfor %}