diff --git a/templates/base.html b/templates/base.html index 301bd32..9fb2584 100644 --- a/templates/base.html +++ b/templates/base.html @@ -61,6 +61,26 @@ border-radius: 4px; } + .fixed-station { + padding: 0.85rem 1rem; + border: 1px solid #cbd5e0; + border-radius: 10px; + background: linear-gradient(180deg, #f8fbff 0%, #eef4fa 100%); + } + + .fixed-station strong { + display: block; + color: #0f172a; + font-size: 1rem; + margin-bottom: 0.2rem; + } + + .fixed-station span { + display: block; + color: #475569; + font-size: 0.9rem; + } + .destination-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); diff --git a/templates/index.html b/templates/index.html index 74583ba..c8300a4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,6 +3,14 @@