header styling
This commit is contained in:
parent
bc79817184
commit
e833e18748
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue