/* Linki w nagłówkach tabeli mają być białe */
thead.table-dark a {
    color: white !important;  /* Białe linki */
    text-decoration: none;
}

thead.table-dark a:hover {
    color: #ccc !important;  /* Szare linki na hover */
    text-decoration: none;
}