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;
|
border: 1px solid $stroke_color;
|
||||||
}
|
}
|
||||||
th {
|
th {
|
||||||
background-color: lighten($bg_color, 10%);
|
background-color: lighten($bg_color, 5%);
|
||||||
}
|
}
|
||||||
tr:nth-child(even) {
|
tr:nth-child(even) {
|
||||||
background-color: lighten($bg_color, 10%);
|
background-color: lighten($bg_color, 5%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue