File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/components/HomepageFeatures Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4949.featureCard {
5050 background : # fff ;
5151 border-radius : 1rem ;
52- box-shadow : 0 4px 24px 0 rgba (30 , 41 , 59 , 0.08 );
5352 padding : 2rem 1.5rem 1.5rem 1.5rem ;
5453 text-align : center;
55- transition : box-shadow 0.3s , transform 0.3s ;
54+ transition : all 0.3s ease;
55+ box-shadow : 0 2px 6px rgba (0 , 0 , 0 , 0.1 );
5656}
5757.featureCard : hover {
58- box-shadow : 0 8 px 32 px 0 rgba (30 , 41 , 59 , 0.16 );
58+ box-shadow : 0 4 px 12 px rgba (0 , 0 , 0 , 0.15 );
5959 transform : translateY (-6px );
6060}
6161
108108[data-theme = 'dark' ] .featureCard {
109109 background : # 23272f ;
110110 color : # f3f4f6 ;
111- box-shadow : 0 4 px 24 px 0 rgba (0 , 0 , 0 , 0.32 );
111+ box-shadow : 0 2 px 6 px rgba (255 , 255 , 255 , 0.05 );
112112}
113113
114114[data-theme = 'dark' ] .featureCard : hover {
115- box-shadow : 0 8 px 32 px 0 rgba (0 , 0 , 0 , 0.48 );
115+ box-shadow : 0 4 px 12 px rgba (255 , 255 , 255 , 0.1 );
116116}
117117
118118[data-theme = 'dark' ] .featureTitle {
You can’t perform that action at this time.
0 commit comments