.auto {
   background-color: #ccc;
}

.auto:hover {
   cursor: pointer;
   background-color: var(--t-color);
}