Skip to content

Commit

Permalink
footer style tweaks for social tray
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jan 30, 2025
1 parent b81da9d commit 354b220
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/components/footer/footer.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,17 @@
.logo svg g.letters {
fill: var(--color-white);
}

.footer app-social-tray {
border: var(--border-size-1) solid var(--color-black);
border-radius: var(--radius-6);
padding: var(--size-2);

& ul {
background-color: var(--color-secondary);
}

& svg {
fill: var(--color-white);
}
}

0 comments on commit 354b220

Please sign in to comment.