Files
kimai2/assets/sass/theme-dark.scss
2023-05-15 19:10:00 +02:00

15 lines
258 B
SCSS

@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);
}
}
}