Timetable styling

This commit is contained in:
2025-08-27 21:50:17 +02:00
committed by Arif Hasanic
parent ef67915621
commit 97737def29
4 changed files with 63 additions and 4 deletions

View File

@@ -1,3 +1,32 @@
td {
padding: 4px 7px;
}
.timetableRow {
text-align: left;
}
.departureTime {
font-weight: 600;
/* background-color: rgba(180, 180, 180, 0.1); */
}
.lineNumber {
text-align: center;
}
.S2 {
background-color: rgba(200, 100, 200, 0.2);
}
.S5 {
background-color: rgba(230, 20, 20, 0.2);
}
.S1 {
background-color: rgba(20, 180, 90, 0.2);
}
.lineNumberDefault {
background-color: rgba(100, 100, 100, 0.2);
}