Skip to content

Commit 07256f5

Browse files
committed
Add opacity to social-link for transparency effect
1 parent ff8ff35 commit 07256f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

styling/footer.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@
176176
background-color: var(--bg-primary);
177177
color: var(--text-primary);
178178
border: 1px solid rgba(0, 140, 45, 0.15);
179+
opacity: 0.8;
179180
transition: transform 0.5s ease, box-shadow 0.5s ease;
180181
}
181182

@@ -184,6 +185,7 @@
184185
color: white;
185186
transform: translateY(-3px);
186187
box-shadow: 0 8px 24px rgba(0, 140, 45, 0.15);
188+
opacity: 1;
187189
}
188190

189191
/* Footer Bottom */

0 commit comments

Comments
 (0)