Compare commits

..

No commits in common. "f0f052703d8448a7d3a301f15f5376bd11aa111b" and "568f1efa2feaf139fd306f213ec59635a31677aa" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

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

View File

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