1
0

Swap order of text-shadow properties in index.html

This commit is contained in:
2025-05-26 11:03:31 +02:00
parent 32d1500dd4
commit e6ded61bb0

View File

@@ -188,7 +188,7 @@
}
.commits-glow {
text-shadow:
0 1px 2px rgba(0,0,0,0.25),
1px 1px 2px rgba(0,0,0,0.25),
0px 1px 1px color-mix(in srgb, currentColor 40%, black);
}