make the areas badge readable on the accordion
This commit is contained in:
@@ -2269,14 +2269,14 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Secondary count on the Covoiturage accordion: how many carpooling areas
|
/* Secondary count on the Covoiturage accordion: how many carpooling areas
|
||||||
were found. Outlined rather than filled so it reads as extra information
|
were found. The accordion sits on --color-secondary, so this is a white
|
||||||
next to the trip count, and orange to tie it to the map markers. */
|
pill with the header's own green inside — legible on that background, and
|
||||||
|
clearly a different kind of count from the orange trip badge next to it. */
|
||||||
.accordion-badge-areas {
|
.accordion-badge-areas {
|
||||||
background-color: transparent;
|
background-color: var(--color-white);
|
||||||
border: 1.5px solid var(--color-highlight);
|
color: var(--color-secondary);
|
||||||
color: var(--color-highlight);
|
gap: 0.25rem;
|
||||||
gap: 0.2rem;
|
padding: 0 0.5rem;
|
||||||
padding: 0 0.45rem;
|
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user