@@ -26,16 +26,16 @@ export default function Feature() {
26
26
< section class = "bg-white dark:bg-gray-900 " >
27
27
< div class = "container px-6 py-10 mx-auto features" >
28
28
< h1 class = "text-3xl font-sans text-gray-800 capitalize lg:text-4xl dark:text-white" >
29
- explore our awesome
30
- < span class = "underline decoration-blue-500 mr -8" >
31
- { " " } Features
29
+ explore our awesome { " " }
30
+ < span class = "underline decoration-white text-underline dark:text-primary-400 underline-offset-[10px] r -8" >
31
+ Features
32
32
</ span >
33
33
</ h1 >
34
34
35
35
< p class = "mt-4 text-gray-500 xl:mt-6 dark:text-gray-300" > </ p >
36
36
37
37
< div class = "grid grid-cols-1 gap-8 mt-8 xl:mt-12 xl:gap-12 md:grid-cols-2 xl:grid-cols-3" >
38
- < div class = "p-8 space-y-3 border-2 border-blue-400 dark:border-blue-300 rounded-xl transition duration-200 hover:scale-105" >
38
+ < div class = "p-8 space-y-3 border-2 border-blue-400 dark:border-blue-300 rounded-xl transition duration-200 hover:scale-105 hover:shadow-xl hover:shadow-blue-500/50 " >
39
39
< span class = "inline-block text-blue-500 dark:text-blue-400" >
40
40
< svg
41
41
xmlns = "http://www.w3.org/2000/svg"
@@ -73,7 +73,7 @@ export default function Feature() {
73
73
74
74
< Link
75
75
to = "/Login"
76
- class = "inline-flex p-2 text-blue-500 capitalize transition-colors bg-blue-100 rounded-full dark:bg-blue-500 dark:text-white hover:bg-blue-700 "
76
+ class = "inline-flex p-2 text-blue-500 capitalize transition-colors bg-blue-100 rounded-full dark:bg-blue-500 dark:text-white hover:bg-blue-700 "
77
77
>
78
78
< svg
79
79
xmlns = "http://www.w3.org/2000/svg"
@@ -92,7 +92,7 @@ export default function Feature() {
92
92
</ Link >
93
93
</ div >
94
94
95
- < div class = "p-8 space-y-3 border-2 border-blue-400 dark:border-blue-300 rounded-xl transition duration-200 hover:scale-105" >
95
+ < div class = "p-8 space-y-3 border-2 border-blue-400 dark:border-blue-300 rounded-xl transition duration-200 hover:scale-105 hover:shadow-xl hover:shadow-blue-500/50 " >
96
96
< span class = "inline-block text-blue-500 dark:text-blue-400" >
97
97
< svg
98
98
xmlns = "http://www.w3.org/2000/svg"
@@ -141,7 +141,7 @@ export default function Feature() {
141
141
</ Link >
142
142
</ div >
143
143
144
- < div class = "p-8 space-y-3 border-2 border-blue-400 dark:border-blue-300 rounded-xl transition duration-200 hover:scale-105" >
144
+ < div class = "p-8 space-y-3 border-2 border-blue-400 dark:border-blue-300 rounded-xl transition duration-200 hover:scale-105 hover:shadow-xl hover:shadow-blue-500/50 " >
145
145
< span class = "inline-block text-blue-500 dark:text-blue-400" >
146
146
< svg
147
147
xmlns = "http://www.w3.org/2000/svg"
0 commit comments