bugfix: nav items text background grey on windows
This commit is contained in:
parent
1cc2991d18
commit
e20bb608dd
|
@ -59,6 +59,7 @@
|
|||
font-size: 0.8rem;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
background: rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
.active {
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
font-size: 0.8rem;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
background: rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
.active {
|
||||
|
|
|
@ -75,6 +75,7 @@
|
|||
font-weight: 400;
|
||||
text-transform: uppercase;
|
||||
color: var(--secondary60);
|
||||
background: rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
.switcher > .selected {
|
||||
|
|
|
@ -70,6 +70,7 @@
|
|||
font-size: 0.8rem;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
background: rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
.active {
|
||||
|
|
Loading…
Reference in New Issue