@@ -3127,21 +3127,6 @@ body.sidebar-collapsed .playground-section {
31273127 gap : 10px ;
31283128}
31293129
3130- .footer-social-icons a {
3131- display : flex;
3132- align-items : center;
3133- justify-content : center;
3134- width : 38px ;
3135- height : 38px ;
3136- border-radius : 10px ;
3137- background : var (--bg-glass );
3138- border : 1px solid var (--border );
3139- color : var (--text-secondary );
3140- font-size : 1rem ;
3141- transition : all var (--duration-fast ) ease;
3142- text-decoration : none;
3143- }
3144-
31453130.footer-links h3 {
31463131 font-family : var (--font-sans );
31473132 font-size : 0.85rem ;
@@ -3594,7 +3579,6 @@ body.sidebar-collapsed .playground-section {
35943579}
35953580
35963581.footer-links a : hover ,
3597- .footer-social-icons a : hover ,
35983582.footer-bottom-links a : hover ,
35993583.footer-brand h2 : hover ,
36003584.footer-brand p : hover ,
@@ -3607,7 +3591,6 @@ body.sidebar-collapsed .playground-section {
36073591.footer-links h3 ::after ,
36083592.footer-links a ::before ,
36093593.footer-links a ::after ,
3610- .footer-social-icons a ::after ,
36113594.footer-bottom-links a ::after {
36123595 animation : none !important ;
36133596 transform : none !important ;
@@ -5891,6 +5874,7 @@ button:focus-visible,
58915874 transform : translateY (-5px );
58925875 box-shadow : 0 10px 20px rgba (34 , 197 , 94 , 0.3 );
58935876 transform : translateY (-5px ) scale (1.08 );
5877+ }
58945878
58955879 .project-card : hover {
58965880 transform : translateY (-6px );
@@ -5902,7 +5886,6 @@ button:focus-visible,
59025886 background : # ffffff ;
59035887 border-color : rgba (106 , 191 , 141 , 0.4 );
59045888 }
5905- }
59065889
59075890.footer-social-icons .github : hover i {
59085891 filter : drop-shadow (0 0 4px rgba (255 , 255 , 255 , 0.5 ));
@@ -6028,6 +6011,13 @@ button:focus-visible,
60286011 transition : var (--transition );
60296012}
60306013
6014+ .footer-links a svg {
6015+ font-size : 0.9rem ;
6016+ color : var (--accent-color );
6017+ opacity : 0.7 ;
6018+ transition : var (--transition );
6019+ }
6020+
60316021
60326022.card-actions .btn-play {
60336023 margin-top : 0 ;
@@ -7198,4 +7188,35 @@ body.sidebar-collapsed .sidebar-dock .sidebar-footer .sidebar-main-controls {
71987188 color : var (--text );
71997189 }
72007190
7191+ }
7192+
7193+ .newsletter-form {
7194+ display : flex;
7195+ justify-content : center;
7196+ align-items : center;
7197+ gap : 5px ;
7198+ margin-top : 10px ;
7199+ }
7200+
7201+ .footer-input {
7202+ font-size : larger;
7203+ border-radius : 10px ;
7204+ outline : none;
7205+ border : none;
7206+ padding : 5px ;
7207+ font-family : var (--font-sans );
7208+ }
7209+
7210+ .newsletter-form button {
7211+ padding : 8px 20px ;
7212+ border-radius : 10px ;
7213+ font-family : var (--font-sans );
7214+ font-size : 0.85rem ;
7215+ font-weight : 600 ;
7216+ color : var (--text );
7217+ box-shadow : 0 12px 0 rgba (0 , 0 , 0 , 0.06 ), 0 16px 32px rgba (34 , 197 , 94 , 0.3 );
7218+ background : linear-gradient (135deg , # 22c55e, # 14b8a6 );
7219+ border : 1px solid var (--border );
7220+ transition : all var (--duration-fast ) ease;
7221+ white-space : nowrap;
72017222}
0 commit comments