Subversion Repositories web.kimai2

Rev

Blame | Last modification | View Log | Download

@include color-mode(dark, true) {
    table.dataTable {
        th.today {
            color: var(--tblr-muted);
        }
    }

    .overlay {
        background: rgba(0, 0, 0, 0.5);

        > .fas {
            color: var(--tblr-white);
        }
    }
}