mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
fix: enhance menu item styles and update theme color meta tag
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user