General theme: improve colors

This commit is contained in:
Jesús
2021-01-11 21:14:07 -05:00
parent 58eea1e0f2
commit 8cc721b4ec
4 changed files with 40 additions and 36 deletions

View File

@@ -188,15 +188,19 @@ label[for=options-toggle-cbox] {
text-align: center;
}
.table th{
.table th {
background-color: var(--secondary-background);
color: var(--text);
}
.table tbody tr:nth-child(even){
.table tbody tr:nth-child(even) {
background-color: var(--secondary-focus);
}
.table tbody tr:nth-child(2n+1) {
background-color: var(--primary-background);
}
.table thead tr th:nth-last-child(1) {
padding: 0;
}