Narrow generic styles scope
This commit is contained in:
parent
9672302af2
commit
1d6ae0a507
|
@ -93,20 +93,20 @@
|
||||||
margin-top: 6vmin;
|
margin-top: 6vmin;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-canvas blockquote,
|
.gh-canvas > blockquote,
|
||||||
.gh-canvas ol,
|
.gh-canvas > ol,
|
||||||
.gh-canvas ul,
|
.gh-canvas > ul,
|
||||||
.gh-canvas dl,
|
.gh-canvas > dl,
|
||||||
.gh-canvas p {
|
.gh-canvas > p {
|
||||||
font-family: var(--font-serif);
|
font-family: var(--font-serif);
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-content ul,
|
.gh-content > ul,
|
||||||
.gh-content ol,
|
.gh-content > ol,
|
||||||
.gh-content dl {
|
.gh-content > dl {
|
||||||
padding-left: 1.9em;
|
padding-left: 1.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue