Bump to 0.161.1 and fix theme issues
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-05-02 10:17:53 +02:00
parent 0ad5d5f421
commit 75512d3ff7
7 changed files with 14 additions and 13 deletions
+3 -2
View File
@@ -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;
}