From eb6d97eb3905cf1baa85ce40c19c8467b5cf75da Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sun, 29 Jun 2025 00:20:58 +0200 Subject: Update amenities in README and add amenities.yaml for bus stop overrides --- src/frontend/app/components/LineIcon.css | 2 +- src/frontend/app/components/StopSheet.css | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/frontend/app/components/LineIcon.css b/src/frontend/app/components/LineIcon.css index 8914602..4613a85 100644 --- a/src/frontend/app/components/LineIcon.css +++ b/src/frontend/app/components/LineIcon.css @@ -54,9 +54,9 @@ font-size: 0.9rem; font-weight: 600; text-transform: uppercase; - color: inherit; border-radius: 0.25rem 0.25rem 0 0; + color: var(--text-color); background-color: var(--background-color); } diff --git a/src/frontend/app/components/StopSheet.css b/src/frontend/app/components/StopSheet.css index 3f7621e..735e6cf 100644 --- a/src/frontend/app/components/StopSheet.css +++ b/src/frontend/app/components/StopSheet.css @@ -1,4 +1,8 @@ /* Stop Sheet Styles */ +.react-modal-sheet-container { + background-color: var(--background-color) !important; +} + .stop-sheet-content { padding: 16px; display: flex; @@ -118,7 +122,6 @@ text-decoration: none; } -/* Override react-modal-sheet styles for better integration */ [data-rsbs-overlay] { background-color: rgba(0, 0, 0, 0.3); } -- cgit v1.3