From 1140a8adf6e538eca222ea095d823ee5a1aac178 Mon Sep 17 00:00:00 2001 From: Hanzo_dev <2002samudiojohan@gmail.com> Date: Sun, 1 Mar 2026 10:22:00 -0500 Subject: [PATCH] Improve visibility of 'Ofertas' title: increased size, weight, and contrast --- frontend/src/views/MapView.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 {