header styling

This commit is contained in:
Nathan McCarty 2025-02-04 22:07:59 -05:00
parent bc79817184
commit e833e18748

View file

@ -26,9 +26,14 @@ body {
.site-logo { .site-logo {
color: light-dark(#d6000c, #ed4a46); color: light-dark(#d6000c, #ed4a46);
font-size: 2rem;
font-weight: bold;
} }
.site-tagline { .site-tagline {
color: light-dark(#909995, #777777);
font-size: 0.9rem;
font-style: italic;
} }
.post-body { .post-body {