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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user