1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13: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 1cc2991d18
commit e20bb608dd
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 {