From 3641c15cea19c2a5283126374b0b9c2ac5951884 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Thu, 13 Jun 2024 17:51:14 +0800 Subject: [PATCH] Rename footnotes-list class to footnotes__list --- eleventy.config.md.js | 2 +- src/assets/css/plugins.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eleventy.config.md.js b/eleventy.config.md.js index 2e795ef6..95393b56 100644 --- a/eleventy.config.md.js +++ b/eleventy.config.md.js @@ -82,7 +82,7 @@ module.exports = function (eleventyConfig) {

Footnotes

\n` + - '
    \n' + '
      \n' ); const renderRules = { diff --git a/src/assets/css/plugins.css b/src/assets/css/plugins.css index 4024910d..37b8d7cc 100644 --- a/src/assets/css/plugins.css +++ b/src/assets/css/plugins.css @@ -44,12 +44,12 @@ padding-top: 1em; } -.footnotes-list { +.footnotes__list { display: grid; gap: 0.3em; } -.footnotes-list :target { +.footnotes__list :target { background-color: var(--clr-quote-bg); outline: 0.1em dashed var(--clr-title-border); }