::selection { background-color: var(--highlight); } /* Used in the navbar */ .divider-grey { box-shadow: inset 0 -4px 0 var(--grey-1); /* Link hover states */ & a { transition: var(--hover-transition); } & ul a:hover, & ul a:focus { box-shadow: inset 0 -4px 0 var(--primary); } }