﻿:root {
    --theme-color-excel: rgb(29, 111, 66);
}

.k-button.k-button-excel, .k-button.k-button-solid.k-button-excel {
    border-color: var(--theme-color-excel);
    color: white;
    background-color: var(--theme-color-excel);
    background-image: none;
}
