Skip to content

Commit fc5e9a6

Browse files
enric4000polmf
andauthored
Quick fixes of About, Social and ThroughTheYears 2026 (#187)
Co-authored-by: polmf <131487213+polmf@users.noreply.github.com>
1 parent f8bad66 commit fc5e9a6

3 files changed

Lines changed: 57 additions & 62 deletions

File tree

public/hackupcLogoInGreenFlag.svg

Lines changed: 15 additions & 21 deletions
Loading

src/app/components/Socials.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ const SocialItem = styled.div`
5959
`;
6060

6161
const SocialsList = styled(WhiteContainer)`
62-
background-color: rgba(0, 0, 0, 1);
63-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
62+
background-color: rgba(255, 255, 255, 0);
63+
box-shadow: 0 4px 12px rgba(255, 255, 255, 0);
6464
align-content: center;
6565
flex-direction: row;
6666
flex-wrap: wrap;
@@ -81,7 +81,7 @@ const ImgSection = styled.div`
8181
`;
8282

8383
const SocialImage = styled(FontAwesomeIcon)`
84-
color: rgba(255, 255, 255, 0.8);
84+
color: rgba(91, 83, 64, 0.8);
8585
`;
8686

8787
export default function Socials() {

0 commit comments

Comments
 (0)