Updated the Signal icon in both the contact section and footer with the official Signal logo SVG

Added appropriate styling to match the design in both locations
Confirmed the changes look good Let me complete this task.
This commit is contained in:
ben7sys
2024-11-17 06:05:24 +01:00
parent c96f1d006e
commit f7db72ce97
4 changed files with 31 additions and 5 deletions

View File

@@ -28,6 +28,12 @@ footer {
font-size: 1.2rem;
}
.contact-item .signal-icon {
color: var(--primary);
width: 1.2rem;
height: 1.2rem;
}
.contact-item a {
color: var(--text-muted);
text-decoration: none;
@@ -38,6 +44,10 @@ footer {
color: var(--primary);
}
.contact-item:hover .signal-icon {
color: var(--primary);
}
.social-links {
display: flex;
gap: var(--spacing-lg);