Improve visibility of 'Ofertas' title: increased size, weight, and contrast
This commit is contained in:
@ -954,7 +954,9 @@ async function highlightOptimalStopForRoute() {
|
|||||||
.offers-sheet {
|
.offers-sheet {
|
||||||
background: rgba(20, 20, 20, 0.8);
|
background: rgba(20, 20, 20, 0.8);
|
||||||
border-color: rgba(255, 255, 255, 0.1);
|
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-star { color: var(--active-color); font-size: 1.125rem; }
|
||||||
|
|
||||||
.sheet-title {
|
.sheet-title {
|
||||||
font-size: 1.25rem;
|
font-size: 1.5rem;
|
||||||
font-weight: 800;
|
font-weight: 900;
|
||||||
color: var(--text-primary);
|
color: #101820;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
letter-spacing: -0.02em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sheet-count-badge {
|
.sheet-count-badge {
|
||||||
|
|||||||
Reference in New Issue
Block a user