.title { font-size: 1em; } .title a { transition: all 0.1s ease-in; color: var(--foreground-active); } .title a:hover { color: var(--accent); transform: translateY(50%); }