text-align: center;
border-bottom: 3px solid #BBB;
cursor: pointer;
+ margin: 0;
@include lightDark(background-color, #FFF, #222);
@include lightDark(border-bottom-color, #BBB, #333);
&:first-child {
&:hover, &:focus-within {
opacity: 1;
}
+ @media (prefers-contrast: more) {
+ opacity: 1;
+ }
}
@include smaller-than($l) {