Style adjustments
parent
3e69a82c49
commit
9165d51f49
|
@ -94,4 +94,8 @@ h6 {
|
|||
font-family: var(--system-font);
|
||||
font-size: 5rem;
|
||||
line-height: 1rem;
|
||||
}
|
||||
|
||||
.post-list-item>.title {
|
||||
line-height: 2rem;
|
||||
}
|
|
@ -34,7 +34,7 @@ hr {
|
|||
|
||||
blockquote {
|
||||
border-left: 3px solid var(--border-color);
|
||||
color: #737373;
|
||||
color: var(--text-1);
|
||||
margin: 0;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue