Tweak stroke values for legibility

This commit is contained in:
Andy Smith
2025-05-07 10:58:01 -05:00
parent ae21bf2622
commit 211adf9529
+2 -2
View File
@@ -274,12 +274,12 @@
}
.card__closed-title {
-webkit-text-stroke: 0.25ch var(--card-color);
-webkit-text-stroke: 0.3ch var(--card-color);
color: var(--color-ink-inverted);
font-family: var(--font-sans);
font-size: 1.5em;
font-weight: 600;
letter-spacing: 0.1ch;
letter-spacing: 0.05ch;
line-height: 1.2;
position: relative;
text-align: center;