1
0

Reduce shadow blur radius in .commits-glow

This commit is contained in:
2025-05-26 11:00:29 +02:00
parent b0ac09cff2
commit f8685b4225

View File

@@ -188,7 +188,7 @@
}
.commits-glow {
text-shadow:
0 1px 6px rgba(0,0,0,0.25),
0 1px 2px rgba(0,0,0,0.25),
0 0 12px currentColor;
}