1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00

bugfix: nav items text background grey on windows

This commit is contained in:
Michael Shanks 2020-03-25 08:56:34 +00:00
parent e077d0fb80
commit 964ea55590
4 changed files with 4 additions and 0 deletions

View file

@ -59,6 +59,7 @@
font-size: 0.8rem;
outline: none;
cursor: pointer;
background: rgba(0,0,0,0);
}
.active {

View file

@ -65,6 +65,7 @@
font-size: 0.8rem;
outline: none;
cursor: pointer;
background: rgba(0,0,0,0);
}
.active {

View file

@ -75,6 +75,7 @@
font-weight: 400;
text-transform: uppercase;
color: var(--secondary60);
background: rgba(0,0,0,0);
}
.switcher > .selected {

View file

@ -70,6 +70,7 @@
font-size: 0.8rem;
outline: none;
cursor: pointer;
background: rgba(0,0,0,0);
}
.active {