Fix contrast issue in lang picker (#1044)

This commit is contained in:
Marcus Otterström 2021-08-06 20:54:09 +02:00 committed by GitHub
parent 0ef3d100f5
commit 50fed4902b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
font-size: 1rem;
font-family: inherit;
line-height: inherit;
background-color: transparent;
background-color: var(--theme-bg);
border-color: var(--theme-text-lighter);
color: var(--theme-text-light);
border-style: solid;
@ -37,7 +37,7 @@
position: absolute;
top: 7px;
left: 10px;
z-index: -1;
pointer-events: none;
}
@media (min-width: 50em) {