fix: enhance menu item styles and update theme color meta tag

This commit is contained in:
Andras Bacsai
2025-11-04 21:15:59 +01:00
parent a89413bdbe
commit 8775b3f74d
3 changed files with 235 additions and 230 deletions

View File

@@ -124,7 +124,7 @@
}
@utility menu-item {
@apply flex gap-3 items-center px-2 py-1 w-full text-sm sm:pr-0 dark:hover:bg-coolgray-100 dark:hover:text-white hover:bg-neutral-300 min-w-fit sm:min-w-64;
@apply flex gap-3 items-center px-2 py-1 w-full text-sm sm:pr-0 dark:hover:bg-coolgray-100 dark:hover:text-white hover:bg-neutral-300 min-w-fit sm:min-w-64 text-black dark:text-neutral-400;
}
@utility menu-item-active {
@@ -220,7 +220,7 @@
}
@utility subtitle {
@apply pt-2 pb-9;
@apply pt-2 pb-9 text-neutral-500 dark:text-neutral-400;
}
@utility fullscreen {