changed label style

This commit is contained in:
Miodec 2023-03-06 15:21:27 +01:00
parent 08e16c03da
commit a0d7af31d8

View file

@ -2159,7 +2159,14 @@
class="input"
id="--sub-alt-color-txt"
/>
<label for="--sub-alt-color" class="button">
<label
for="--sub-alt-color"
class="button"
style="
color: var(--text-color);
background: var(--sub-alt-color);
"
>
<i class="fas fa-fw fa-palette"></i>
</label>
<input