diff --git a/index.html b/index.html
index 628d7d9..3dbd0fc 100644
--- a/index.html
+++ b/index.html
@@ -186,6 +186,11 @@
.interaction-bar div > div:last-child {
margin-bottom: 0;
}
+ .commits-glow {
+ text-shadow:
+ 0 1px 6px rgba(0,0,0,0.25),
+ 0 0 12px currentColor;
+ }