@@ -12,7 +12,7 @@ const route = useRoute();
1212 <HeadlessMenu as =" div" class =" relative z-50 inline-block text-left" >
1313 <div >
1414 <HeadlessMenuButton
15- class =" text-gray-700 hover:text-orange-500 dark:text-white"
15+ class =" transform text-gray-700 transition-all duration-300 ease-in-out hover:scale-110 hover: text-orange-500 active:scale-95 dark:text-white"
1616 >
1717 <div class =" text-2xl" >&bull ;&bull ;&bull ; </div >
1818 </HeadlessMenuButton >
@@ -27,7 +27,7 @@ const route = useRoute();
2727 leave-to-class =" transform scale-95 opacity-0"
2828 >
2929 <HeadlessMenuItems
30- class =" absolute right-0 mt-2 w-36 origin-top-right divide-y divide-gray-100 rounded-md bg-white/90 text-gray-900 shadow-lg ring-1 ring-black ring-opacity-5 backdrop-blur-sm focus:outline-none dark:divide-gray-100 dark:bg-black/80 dark:text-white"
30+ class =" absolute right-0 mt-2 w-36 origin-top-right divide-y divide-gray-100 bg-white/90 text-gray-900 shadow-lg ring-1 ring-black ring-opacity-5 backdrop-blur-sm focus:outline-none dark:divide-gray-100 dark:bg-black/80 dark:text-white"
3131 >
3232 <div class =" px-1 py-1" >
3333 <HeadlessMenuItem v-slot =" { active, close }" >
@@ -39,7 +39,7 @@ const route = useRoute();
3939 ? 'bg-orange-500/50 text-white dark:text-white'
4040 : 'text-gray-700 dark:text-white',
4141 $route.path === '/' ? 'bg-orange-500' : '',
42- 'group flex w-full items-center rounded-md px-2 py-2 text-sm',
42+ 'group flex w-full items-center px-2 py-2 text-sm',
4343 ]"
4444 >
4545 <svg
@@ -68,7 +68,7 @@ const route = useRoute();
6868 ? 'bg-orange-500/50 text-white dark:text-white'
6969 : 'text-gray-700 dark:text-white',
7070 $route.path === '/articles' ? 'bg-orange-500' : '',
71- 'group flex w-full items-center rounded-md px-2 py-2 text-sm',
71+ 'group flex w-full items-center px-2 py-2 text-sm',
7272 ]"
7373 >
7474 <svg
@@ -99,7 +99,7 @@ const route = useRoute();
9999 ? 'bg-orange-500/50 text-white dark:text-white'
100100 : 'text-gray-700 dark:text-white',
101101 $route.path === '/playground' ? 'bg-orange-500' : '',
102- 'group flex w-full items-center rounded-md px-2 py-2 text-sm',
102+ 'group flex w-full items-center px-2 py-2 text-sm',
103103 ]"
104104 >
105105 <svg
@@ -130,7 +130,7 @@ const route = useRoute();
130130 ? 'bg-orange-500/50 text-white dark:text-white'
131131 : 'text-gray-700 dark:text-white',
132132 $route.path === '/talks' ? 'bg-orange-500' : '',
133- 'group flex w-full items-center rounded-md px-2 py-2 text-sm',
133+ 'group flex w-full items-center px-2 py-2 text-sm',
134134 ]"
135135 >
136136 <svg
@@ -157,7 +157,7 @@ const route = useRoute();
157157 active
158158 ? 'bg-orange-500/50 text-white dark:text-white'
159159 : 'text-gray-700 dark:text-white',
160- 'group flex w-full items-center rounded-md px-2 py-2 text-sm',
160+ 'group flex w-full items-center px-2 py-2 text-sm',
161161 ]"
162162 >
163163 <svg
@@ -182,7 +182,7 @@ const route = useRoute();
182182 active
183183 ? 'bg-orange-500/50 text-white dark:text-white'
184184 : 'text-gray-700 dark:text-white',
185- 'group flex w-full items-center rounded-md px-2 py-2 text-sm',
185+ 'group flex w-full items-center px-2 py-2 text-sm',
186186 ]"
187187 >
188188 <svg
0 commit comments