Add background color to nav

This commit is contained in:
Damillora 2020-06-24 05:01:03 +07:00
parent c607f44c8d
commit 8279b22fa9
1 changed files with 2 additions and 1 deletions

View File

@ -129,7 +129,7 @@ header:hover {
@apply bg-yuika-blue-500;
}
.header-nav .nav-menu {
@apply hidden absolute right-0;
@apply hidden absolute right-0 bg-yuika-blue-700;
width: 100vw;
}
.header-nav:hover .nav-menu {
@ -147,6 +147,7 @@ header:hover {
}
.header-nav .nav-menu {
@apply block relative w-full;
background-color: transparent;
}
}