diff options
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/globals.css | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css index de40a21d..6e4d46e4 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -432,6 +432,7 @@ button { p-4 items-center bg-red_r-11 + font-medium !text-gray_r-1 rounded-none rounded-tr-xl; @@ -442,18 +443,15 @@ button { } .navbar-user-dropdown-wrapper a { - @apply text-gray_r-12/80 hover:text-red_r-11 font-medium py-1; + @apply text-gray_r-12/80 hover:bg-gray_r-5 font-medium py-2 px-4; } .navbar-user-dropdown { @apply bg-white border border-gray_r-6 - p-4 + py-2 w-full - flex - flex-col - gap-y-2 shadow; } @@ -497,7 +495,7 @@ button { } .category-mega-box > div:hover .category-mega-box__parent { - @apply bg-yellow_r-4; + @apply bg-gray_r-5; } .category-mega-box > div:hover .category-mega-box__child-wrapper { |
