From 3be9a322a22fc7f39c2c97252771a8566104ea87 Mon Sep 17 00:00:00 2001 From: Lex Date: Thu, 5 Sep 2024 21:11:35 -0700 Subject: [PATCH 1/2] updatedheaderandfooter --- src/components/Footer.js | 6 +++--- src/components/Header.js | 6 +++--- src/images/socials/email.svg | 2 +- src/images/socials/fb.svg | 2 +- src/images/socials/insta.svg | 2 +- src/images/socials/tiktok.svg | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/Footer.js b/src/components/Footer.js index 0e9894d..8ae1a50 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -9,9 +9,9 @@ import { mediaQueries } from '../shared/config'; const Container = styled.div` - background-color: black; + background-color: #D3D7C6; height: auto; - color: white; + color: #4C6953; padding: 60px 0 10px 0; text-align: center; h1 { @@ -50,7 +50,7 @@ const Footer = () => { -

Built with Suzy’s ♥ in Kerckhoff 118 by [developers]. Designed by [designers].

+

Built with Suzy’s ♥ in Kerckhoff 118 by [developers]. Designed by Crystal Tompkins and Shrey Chaganlal.

) diff --git a/src/components/Header.js b/src/components/Header.js index 949127f..61883fa 100644 --- a/src/components/Header.js +++ b/src/components/Header.js @@ -7,10 +7,10 @@ const DBHeader = styled("div")` position: -webkit-sticky; position: sticky; top: 0; - background: black; + background: #F6E4E1; width: 100%; padding: 0.2em 0; - color: white; + color: #4C6953; font-family: 'ITC Century'; font-style: normal; font-weight: 400; @@ -21,7 +21,7 @@ const DBHeader = styled("div")` /* Override default link styles */ a { - color: white; /* Set the color for the link text */ + color: #4C6953; /* Set the color for the link text */ text-decoration: none; /* Remove underline if desired */ } `; diff --git a/src/images/socials/email.svg b/src/images/socials/email.svg index 942095b..392e773 100644 --- a/src/images/socials/email.svg +++ b/src/images/socials/email.svg @@ -1,3 +1,3 @@ - + diff --git a/src/images/socials/fb.svg b/src/images/socials/fb.svg index 67d00d9..14ea6b4 100644 --- a/src/images/socials/fb.svg +++ b/src/images/socials/fb.svg @@ -1,3 +1,3 @@ - + diff --git a/src/images/socials/insta.svg b/src/images/socials/insta.svg index ed92484..f85a665 100644 --- a/src/images/socials/insta.svg +++ b/src/images/socials/insta.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/src/images/socials/tiktok.svg b/src/images/socials/tiktok.svg index defbb0e..3b5ab00 100644 --- a/src/images/socials/tiktok.svg +++ b/src/images/socials/tiktok.svg @@ -1,3 +1,3 @@ - + From 4723ea3b654c9fc9f9ae3afb164de3bca0f2c906 Mon Sep 17 00:00:00 2001 From: Lex Date: Thu, 5 Sep 2024 21:17:57 -0700 Subject: [PATCH 2/2] removed unused import --- src/components/Header.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Header.js b/src/components/Header.js index 61883fa..1f29d96 100644 --- a/src/components/Header.js +++ b/src/components/Header.js @@ -1,6 +1,5 @@ import styled from 'styled-components'; -import DBLogo from '../images/DailyBruinLogo.svg'; const DBHeader = styled("div")` z-index: 2001;