Narrow generic styles scope

This commit is contained in:
John O'Nolan 2020-01-20 21:18:12 +07:00
parent 9672302af2
commit 1d6ae0a507
1 changed files with 8 additions and 8 deletions

View File

@ -93,20 +93,20 @@
margin-top: 6vmin;
}
.gh-canvas blockquote,
.gh-canvas ol,
.gh-canvas ul,
.gh-canvas dl,
.gh-canvas p {
.gh-canvas > blockquote,
.gh-canvas > ol,
.gh-canvas > ul,
.gh-canvas > dl,
.gh-canvas > p {
font-family: var(--font-serif);
font-weight: 400;
font-size: 2rem;
line-height: 1.6em;
}
.gh-content ul,
.gh-content ol,
.gh-content dl {
.gh-content > ul,
.gh-content > ol,
.gh-content > dl {
padding-left: 1.9em;
}