.top-row, .top-row .mud-paper {
    background: var(--mud-palette-secondary);
    background-color: var(--mud-palette-secondary);
}

    .top-row a, .top-row button {
        color: white;
    }

.kategori-row .mud-tab {
    background: transparent;
    transition: background 0.5s ease, color 0.5s ease;
}

    .kategori-row .mud-tab:hover {
        background: var(--mud-palette-primary);
    }

.kategori-row .kategori-kolon {
    color: var(--mud-palette-black);
    transition: color 0.5s ease;
}

.kategori-row .mud-tab:hover .kategori-kolon {
    color: var(--mud-palette-white);
}
