fixed nav color in darkmode

This commit is contained in:
somrat sorkar
2023-12-24 14:39:01 +06:00
parent 8abd6e3688
commit 65f9ec6779
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "astroplate",
"version": "3.1.0",
"version": "3.1.1",
"description": "Astro and Tailwindcss boilerplate",
"author": "zeon.studio",
"license": "MIT",
+4 -4
View File
@@ -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 {