[#7] Updated the color and size of the header text to match the sunset pics.

This commit is contained in:
Justin Walrath 2022-05-30 14:55:31 -04:00
parent 9a245f2d08
commit 64cade591b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
body { body {
background-color: #202020; background-color: #202020;
color: white; color: #303342;
} }

View File

@ -3,7 +3,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
.site-logo-title { .site-logo-title {
font-size: 25px; font-size: 33px;
font-weight: 600; font-weight: 600;
} }
} }