Style adjustments
parent
3e69a82c49
commit
9165d51f49
|
@ -95,3 +95,7 @@ h6 {
|
||||||
font-size: 5rem;
|
font-size: 5rem;
|
||||||
line-height: 1rem;
|
line-height: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-list-item>.title {
|
||||||
|
line-height: 2rem;
|
||||||
|
}
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue