Header Color PR #16

Merged
maximx1 merged 1 commits from 7-header-color into master 2022-05-30 14:55:58 -04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 64cade591b - Show all commits

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;
} }
} }