Improve visibility of 'Ofertas' title: increased size, weight, and contrast
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user