diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-29 00:20:58 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-29 00:20:58 +0200 |
| commit | eb6d97eb3905cf1baa85ce40c19c8467b5cf75da (patch) | |
| tree | edefc0d67d30ba68ffdd79d3dcf53b04558e827a /src/frontend/app/components/StopSheet.css | |
| parent | 04a6c90091a88ddfce5b6c27a7a506404e821f0e (diff) | |
Update amenities in README and add amenities.yaml for bus stop overrides
Diffstat (limited to 'src/frontend/app/components/StopSheet.css')
| -rw-r--r-- | src/frontend/app/components/StopSheet.css | 5 |
1 files changed, 4 insertions, 1 deletions
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); } |
