1
0

Reduce text shadow blur radius

This commit is contained in:
2025-05-26 11:01:48 +02:00
parent bea6d82298
commit a880a743c5

View File

@@ -189,7 +189,7 @@
.commits-glow {
text-shadow:
0 1px 2px rgba(0,0,0,0.25),
0 0 8px color-mix(in srgb, currentColor 80%, black);
0 0 8px color-mix(in srgb, currentColor 40%, black);
}
</style>