1
0

Adjust text-shadow property in index.html

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

View File

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