Style adjustments

pull/1/head
mat ess 2022-10-09 20:57:07 -04:00
parent 3e69a82c49
commit 9165d51f49
2 changed files with 5 additions and 1 deletions

View File

@ -95,3 +95,7 @@ h6 {
font-size: 5rem; font-size: 5rem;
line-height: 1rem; line-height: 1rem;
} }
.post-list-item>.title {
line-height: 2rem;
}

View File

@ -34,7 +34,7 @@ hr {
blockquote { blockquote {
border-left: 3px solid var(--border-color); border-left: 3px solid var(--border-color);
color: #737373; color: var(--text-1);
margin: 0; margin: 0;
padding-left: 1em; padding-left: 1em;
} }