.ps-link { cursor: pointer; color: var(--accent); border-bottom: 1px solid white; transition: border-bottom 0.1s ease; text-decoration: none; &:hover { border-bottom: 4px solid var(--accent); } }