@@ -966,6 +966,7 @@ html[data-theme="light"] .enhanced-footer.light-theme {
966966 transition : width 0.4s cubic-bezier (0.25 , 0.46 , 0.45 , 0.94 );
967967 border-radius : 12px ;
968968 z-index : 1 ;
969+ text-decoration : none;
969970}
970971
971972.footer-link : hover ::before {
@@ -986,6 +987,7 @@ html[data-theme="light"] .enhanced-footer.light-theme {
986987 0 4px 15px rgba (102 , 126 , 234 , 0.15 ),
987988 inset 0 1px 0 rgba (255 , 255 , 255 , 0.1 );
988989 backdrop-filter : blur (15px );
990+ text-decoration : none;
989991}
990992
991993.footer-link : hover span : not (.link-icon ): not (.link-badge ) {
@@ -1027,6 +1029,7 @@ html[data-theme="light"] .enhanced-footer.light-theme {
10271029 filter : grayscale (0 ) brightness (1.2 ) saturate (1.1 );
10281030 transform : scale (1.15 ) rotate (8deg ) translateZ (0 );
10291031 text-shadow : 0 0 6px rgba (102 , 126 , 234 , 0.3 );
1032+ text-decoration : none;
10301033}
10311034
10321035.link-badge {
@@ -1369,6 +1372,7 @@ html[data-theme="light"] .enhanced-footer.light-theme {
13691372 box-shadow :
13701373 0 8px 25px rgba (0 , 0 , 0 , 0.2 ),
13711374 0 4px 12px rgba (102 , 126 , 234 , 0.15 );
1375+ text-decoration : none;
13721376}
13731377
13741378.quick-link-icon {
@@ -1473,7 +1477,7 @@ html[data-theme="light"] .enhanced-footer.light-theme {
14731477}
14741478
14751479.social-link : hover svg {
1476- transform : scale (1.1 ) rotate ( 5 deg ) ;
1480+ transform : scale (1.1 );
14771481}
14781482
14791483.social-link .github : hover {
@@ -1515,7 +1519,7 @@ html[data-theme="light"] .enhanced-footer.light-theme {
15151519
15161520.legal-link {
15171521 color : # 94a3b8 ;
1518- text-decoration : none;
1522+ text-decoration : none !important ;
15191523 font-size : 14px ;
15201524 font-weight : 500 ;
15211525 padding : 10px 16px ;
@@ -1556,6 +1560,7 @@ html[data-theme="light"] .enhanced-footer.light-theme {
15561560 box-shadow :
15571561 0 6px 20px rgba (0 , 0 , 0 , 0.15 ),
15581562 0 2px 8px rgba (99 , 102 , 241 , 0.2 );
1563+ text-decoration : none;
15591564}
15601565
15611566.legal-link : focus {
@@ -1774,6 +1779,7 @@ html[data-theme="light"] .enhanced-footer.light-theme {
17741779 border-radius : 10px ;
17751780 margin : 0 ;
17761781 white-space : nowrap; /* mobile-friendly single line; content fits */
1782+ text-decoration : none;
17771783 }
17781784
17791785 .footer-link : hover {
0 commit comments