Improve step icon color visibility (#1626)

This commit is contained in:
Lindsay M
2025-10-19 16:23:13 -04:00
committed by GitHub
parent 03949b8673
commit 925cc2816f

View File

@@ -112,10 +112,15 @@
/* step icons for ordered instructions */
.step-icon {
--primary-color: var(--wa-color-neutral-on-normal);
--secondary-color: var(--wa-color-neutral-fill-normal);
--primary-color: var(--wa-color-neutral-20);
--secondary-color: var(--wa-color-neutral-80);
--secondary-opacity: 1;
font-size: 2em;
.wa-dark & {
--primary-color: var(--wa-color-neutral-90);
--secondary-color: var(--wa-color-neutral-30);
}
}
/* #endregion */