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

@ -94,4 +94,8 @@ h6 {
font-family: var(--system-font);
font-size: 5rem;
line-height: 1rem;
}
.post-list-item>.title {
line-height: 2rem;
}

View File

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