|
|
@@ -90,7 +90,7 @@
|
|
|
}
|
|
|
}
|
|
|
.menu {
|
|
|
- @apply hidden absolute left-0 top-full w-full py-5 bg-paper-alpha backdrop-blur;
|
|
|
+ @apply hidden absolute left-0 top-full w-full py-5 bg-paper-alpha backdrop-blur;
|
|
|
@apply md:flex md:relative md:items-center md:p-0;
|
|
|
nav {
|
|
|
@apply flex-1;
|
|
|
@@ -102,7 +102,7 @@
|
|
|
}
|
|
|
}
|
|
|
.menu-item {
|
|
|
- @apply flex py-2 px-5 items-center text-gray-light;
|
|
|
+ @apply flex py-2 px-5 items-center text-gray-dark md:text-gray-light md:hover:text-primary;
|
|
|
svg {
|
|
|
@apply mr-1 fill-current;
|
|
|
}
|