1
0

Increase shadow blur radius in .commits-glow

This commit is contained in:
2025-05-26 11:00:38 +02:00
parent f8685b4225
commit 71dd20e829

View File

@@ -189,7 +189,7 @@
.commits-glow { .commits-glow {
text-shadow: text-shadow:
0 1px 2px rgba(0,0,0,0.25), 0 1px 2px rgba(0,0,0,0.25),
0 0 12px currentColor; 0 0 4px currentColor;
} }
</style> </style>