a { color: $links; &:hover { text-decoration: none; color: $hlinks; } &.navbar-item { &.is-tab { &.is-active { border-bottom-color: $slinks; border-width: 2px; color: whitesmoke; } &:hover { border-bottom-color: $slinks; border-width: 2px; color: $slinks; } } &:hover { color: $slinks; background-color: transparent; } } &.pagination-previous.disabled, &.pagination-next.disabled { background: $plinks; color: white; cursor: not-allowed; border-color: #dbdbdb; box-shadow: none; color: #7a7a7a; opacity: .5; } } h2 > a:hover { color: white; text-shadow: 0px 1px 2px #000; }