a { color: #0099e5; &:hover { text-decoration: none; color: #ffc20e; } &.navbar-item { &.is-tab { &.is-active { border-bottom-color: #dd7325; border-width: 2px; color: whitesmoke; } &:hover { border-bottom-color: #dd7325; border-width: 2px; color: #dd7325; } } &:hover { color: #dd7325; background-color: transparent; } } &.pagination-previous.disabled, &.pagination-next.disabled { background: #0c0f0f; color: white; cursor: not-allowed; border-color: #dbdbdb; box-shadow: none; color: #7a7a7a; opacity: .5; } } h2 > a:hover { color: white; text-shadow: 1px 2px 0px #161C1C; }