darkened table row background color a bit
This commit is contained in:
parent
2436bb4b1b
commit
72366c4743
|
@ -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%);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue