fix(website): restore light mode step numbers

This commit is contained in:
KoalaDev
2026-07-15 03:48:22 +02:00
parent 61514b9b6f
commit b577f06988
2 changed files with 11 additions and 1 deletions
+3 -1
View File
@@ -244,7 +244,9 @@
}
html.theme-light .step-num {
background: linear-gradient(135deg, oklch(0.45 0.10 150), oklch(0.40 0.08 120));
color: oklch(0.36 0.10 145);
background: none;
-webkit-text-fill-color: currentColor;
}
.step-text h3 {