Rename footnotes-list class to footnotes__list
This commit is contained in:
parent
fa38966821
commit
3641c15cea
|
@ -82,7 +82,7 @@ module.exports = function (eleventyConfig) {
|
||||||
<h2 id="footnotes" class="footnotes__title">Footnotes</h2>
|
<h2 id="footnotes" class="footnotes__title">Footnotes</h2>
|
||||||
<a class="heading-anchor" href="#footnotes" aria-labelledby="footnotes"><span hidden="">#</span></a>
|
<a class="heading-anchor" href="#footnotes" aria-labelledby="footnotes"><span hidden="">#</span></a>
|
||||||
</div>\n` +
|
</div>\n` +
|
||||||
'<ol class="footnotes-list">\n'
|
'<ol class="footnotes__list">\n'
|
||||||
);
|
);
|
||||||
|
|
||||||
const renderRules = {
|
const renderRules = {
|
||||||
|
|
|
@ -44,12 +44,12 @@
|
||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footnotes-list {
|
.footnotes__list {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: 0.3em;
|
gap: 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footnotes-list :target {
|
.footnotes__list :target {
|
||||||
background-color: var(--clr-quote-bg);
|
background-color: var(--clr-quote-bg);
|
||||||
outline: 0.1em dashed var(--clr-title-border);
|
outline: 0.1em dashed var(--clr-title-border);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue