hotfix: post-upgrade adjustments

This commit is contained in:
2025-03-29 15:59:42 +01:00
parent 4ba5d544af
commit c5e53057eb
8 changed files with 42 additions and 45 deletions
+4 -2
View File
@@ -403,6 +403,8 @@ export default defineComponent({
@use '../../styles/responsive';
@use '../../styles/icons';
@use 'sass:color';
$rowCol: #424242;
.station_table {
@@ -503,13 +505,13 @@ tr,
vertical-align: middle;
&:nth-child(even) {
background-color: lighten($rowCol, 5);
background-color: color.adjust($rowCol, $lightness: 5%);
color: white;
}
&:hover,
&:focus {
background-color: lighten($rowCol, 20);
background-color: color.adjust($rowCol, $lightness: 15%);
}
td {