.button-borderless {
    color: var(--Color__Neutral__600);
}

.button-borderless:hover,
.button-borderless.active {
    color: var(--Color__Neutral__100);
}