From 64cade591b48792c07cfa9c7e7f69263f119cc6c Mon Sep 17 00:00:00 2001 From: Justin Walrath Date: Mon, 30 May 2022 14:55:31 -0400 Subject: [PATCH] [#7] Updated the color and size of the header text to match the sunset pics. --- src/App.scss | 2 +- src/elements/SiteLogo.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.scss b/src/App.scss index d71a1ff..f708e68 100644 --- a/src/App.scss +++ b/src/App.scss @@ -1,4 +1,4 @@ body { background-color: #202020; - color: white; + color: #303342; } \ No newline at end of file diff --git a/src/elements/SiteLogo.scss b/src/elements/SiteLogo.scss index 6f28699..f073273 100644 --- a/src/elements/SiteLogo.scss +++ b/src/elements/SiteLogo.scss @@ -3,7 +3,7 @@ display: flex; align-items: center; .site-logo-title { - font-size: 25px; + font-size: 33px; font-weight: 600; } } \ No newline at end of file -- 2.34.1