Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit c09bc4b

Browse files
fix: drawer button hover
1 parent 2ad35d6 commit c09bc4b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/app/globals.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,11 @@
239239
}
240240

241241
.menu-toggle svg {
242-
@apply text-white;
242+
@apply text-sky-500;
243+
}
244+
245+
.menu-toggle:hover svg {
246+
@apply text-sky-600;
243247
}
244248

245249
.menu {

0 commit comments

Comments
 (0)