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