Display trip title

This commit is contained in:
2025-07-06 18:53:19 +02:00
parent 3698f79731
commit 455d54355c
2 changed files with 10 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ body {
color: white;
display: none;
overflow: scroll;
}
#journeys-search {
@@ -54,6 +56,10 @@ body {
margin-bottom: 20px;
}
.popup h1 {
margin-bottom: 30px;
}
.popup input {
color: white;
}