/* Minimal hover link style */ a[href*=“1979”] { all: unset; cursor: pointer; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; color: #978d98; letter-spacing: 0.02em; transition: color 0.3s ease; text-decoration: none; } a[href*="1979”]:hover { color: #5c467f; /* Change this to your hover color */ }