Add station modal logic and station data for part of route 0210

This commit is contained in:
2026-03-12 00:54:42 +00:00
parent 06861f4037
commit 0fc2c0177b
33 changed files with 2394 additions and 2045 deletions

View File

@@ -61,14 +61,14 @@
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
font-family: "urwgothic";
font-family: 'urwgothic';
color: #64748b;
}
.route-id-chip {
font-size: 0.6rem;
font-weight: 800;
font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
background: #f1f5f9;
color: #475569;
padding: 2px 6px;
@@ -77,7 +77,7 @@
}
.main-text {
font-family: "urwgothic";
font-family: 'urwgothic';
font-size: 1rem;
font-weight: 800;
color: #0f172a;
@@ -90,7 +90,7 @@
display: flex;
align-items: center;
justify-content: center;
color: #e1ebeb;
background-color: #3c6f79;
padding: 4px 4px;