Add background color to visited footnote item

This commit is contained in:
Helen Chong 2024-05-17 23:24:31 +08:00
parent 879ca96415
commit 36a54d1039
2 changed files with 10 additions and 0 deletions

View File

@ -396,6 +396,11 @@ main {
margin-right: 0.3em;
}
/* FOOTNOTES */
.footnotes-list :target {
background-color: var(--clr-quote-bg);
}
/* SPECIAL ELEMENTS */
.text-box {
background: var(--clr-quote-bg);

View File

@ -396,6 +396,11 @@ main {
margin-right: 0.3em;
}
/* FOOTNOTES */
.footnotes-list :target {
background-color: var(--clr-quote-bg);
}
/* SPECIAL ELEMENTS */
.text-box {
background: var(--clr-quote-bg);