Typography fixes

This commit is contained in:
John O'Nolan
2021-03-06 21:54:43 -05:00
parent 2c356f1cc4
commit 715f95d209
6 changed files with 10 additions and 11 deletions

View File

@ -310,11 +310,11 @@ textarea {
resize: vertical;
}
p,
ul,
ol,
dl,
blockquote {
::not(.gh-content) p,
::not(.gh-content) ul,
::not(.gh-content) ol,
::not(.gh-content) dl,
::not(.gh-content) blockquote {
margin: 0 0 1.5em 0;
}

View File

@ -830,12 +830,11 @@ make sure this only happens on large viewports / desktop-ish devices.
}
.article-title {
margin: 0;
color: color-mod(var(--color-darkgrey) l(-5%));
}
.article-excerpt {
margin: 20px 0 10px;
margin: 0 0 1rem;
font-size: 2rem;
line-height: 1.4em;
opacity: 0.6;