Release 19 (devel -> main) #42

Merged
ChaoticByte merged 5 commits from devel into main 2023-11-01 18:23:56 +00:00
Showing only changes of commit 4eb2911150 - Show all commits

View file

@ -97,11 +97,12 @@ table {
border-radius: var(--border-radius);
}
tr {
tr > th,
tr > td {
background: var(--bg-color);
}
tr:nth-child(2n+2) {
tr:nth-child(2n+2) > td {
background: var(--bg-color2);
}