mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-15 20:53:29 +09:00
fixed nav color in darkmode
This commit is contained in:
@@ -31,12 +31,12 @@ input#nav-toggle:checked ~ #nav-menu {
|
||||
@apply text-center lg:text-left;
|
||||
}
|
||||
|
||||
.nav-item {
|
||||
// @apply mx-3;
|
||||
}
|
||||
// .nav-item {
|
||||
// @apply mx-3;
|
||||
// }
|
||||
|
||||
.nav-link {
|
||||
@apply block p-3 font-semibold text-dark transition hover:text-primary dark:text-darkmode-dark lg:px-2 lg:py-3;
|
||||
@apply block p-3 font-semibold transition text-dark hover:text-primary dark:text-darkmode-dark dark:hover:text-darkmode-primary lg:px-2 lg:py-3;
|
||||
}
|
||||
|
||||
.nav-dropdown {
|
||||
|
||||
Reference in New Issue
Block a user