Skip to content

Commit 6e6b10e

Browse files
committed
Removed the underlines and tilt on buttons on footer and community when hovered
1 parent 111cea6 commit 6e6b10e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

src/pages/community/community.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@
527527
color: white;
528528
transform: translateY(-2px);
529529
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
530+
text-decoration: none;
530531
}
531532

532533
[data-theme="dark"] .resource-link:hover {

src/theme/Footer/Layout/enhanced-footer.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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(5deg);
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

Comments
 (0)