Improve table dark mode

This commit is contained in:
grandeljay 2022-06-12 20:53:02 +02:00
parent 068ccf0d57
commit 2c33e2b8c5

View file

@ -316,6 +316,11 @@ body,
color: rgba(255, 255, 255, 0.87);
}
.ui.striped.table > tbody > tr:nth-child(2n),
.ui.striped.table > tr:nth-child(2n) {
background-color: rgba(255, 255, 205, 0.02);
}
.ui.table > thead > tr > th {
background-color: #060504;
color: rgba(255, 255, 255, 0.87);