diff --git a/templates/index.html b/templates/index.html
index 6d2b01d..103606b 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -19,7 +19,7 @@
th { background: #393E46; color: #DFD0B8; position: sticky; top: 0; z-index: 2; }
.clickable { cursor: pointer; background: #222831; transition: background 0.15s, box-shadow 0.15s; }
.clickable:hover {
- background: #393E46;
+ background: #575f6b;
box-shadow: 0 0 0 2px #94897966;
}
.yes { background: #948979; font-weight: bold; color: #222831; }