General theme: improve colors
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user