This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
@use "sass:color";
|
||||
// Colors
|
||||
$midnight-blue: #07608f;
|
||||
$midnight-matte: #4c7e99;
|
||||
@@ -764,7 +765,7 @@ table {
|
||||
border: 2px solid $ipng-orange;
|
||||
tr {
|
||||
&:nth-child(even) {
|
||||
background-color: darken($table-cell-background, 10%);
|
||||
background-color: color.adjust($table-cell-background, $lightness: -10%);
|
||||
}
|
||||
}
|
||||
th, td {
|
||||
@@ -772,7 +773,7 @@ table {
|
||||
}
|
||||
th {
|
||||
color: $ipng-orange;
|
||||
background-color: lighten($table-header-background, 3%);
|
||||
background-color: color.adjust($table-header-background, $lightness: 3%);
|
||||
border-bottom: 3px solid $ipng-orange;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user