.outline {
    &:not(:hover) {
        background: transparent !important;
    }
    &:hover {
        color: white !important;
    }
}
