Cosmetic update. Adapt on mouse over

This commit is contained in:
Greg 2025-05-11 10:18:29 +02:00
parent 92a97a3117
commit 0ac9ebd9ae

View File

@ -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; }