Fix contrast issue in lang picker (#1044)
This commit is contained in:
parent
0ef3d100f5
commit
50fed4902b
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
background-color: transparent;
|
background-color: var(--theme-bg);
|
||||||
border-color: var(--theme-text-lighter);
|
border-color: var(--theme-text-lighter);
|
||||||
color: var(--theme-text-light);
|
color: var(--theme-text-light);
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 7px;
|
top: 7px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
z-index: -1;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 50em) {
|
@media (min-width: 50em) {
|
||||||
|
|
Loading…
Reference in a new issue