Compare commits

...

2 Commits

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