Improve visibility of 'Ofertas' title: increased size, weight, and contrast

This commit is contained in:
2026-03-01 10:22:00 -05:00
parent 9043fdccba
commit 1140a8adf6

View File

@ -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 {