darkened table row background color a bit

This commit is contained in:
Gabriele Musco 2021-11-25 14:26:58 +01:00
parent 2436bb4b1b
commit 72366c4743
No known key found for this signature in database
GPG Key ID: 0587A5D65B5DC99E
1 changed files with 2 additions and 2 deletions

View File

@ -122,10 +122,10 @@ table {
border: 1px solid $stroke_color;
}
th {
background-color: lighten($bg_color, 10%);
background-color: lighten($bg_color, 5%);
}
tr:nth-child(even) {
background-color: lighten($bg_color, 10%);
background-color: lighten($bg_color, 5%);
}
}