diff --git a/frontend/src/views/MapView.vue b/frontend/src/views/MapView.vue index b7d408a..602f5a8 100644 --- a/frontend/src/views/MapView.vue +++ b/frontend/src/views/MapView.vue @@ -954,7 +954,9 @@ async function highlightOptimalStopForRoute() { .offers-sheet { background: rgba(20, 20, 20, 0.8); border-color: rgba(255, 255, 255, 0.1); - color: #fff; + } + .sheet-title { + color: #FFFFFF !important; } } @@ -976,10 +978,11 @@ async function highlightOptimalStopForRoute() { .sheet-star { color: var(--active-color); font-size: 1.125rem; } .sheet-title { - font-size: 1.25rem; - font-weight: 800; - color: var(--text-primary); + font-size: 1.5rem; + font-weight: 900; + color: #101820; text-align: center; + letter-spacing: -0.02em; } .sheet-count-badge {