Add background color to visited footnote item
This commit is contained in:
parent
879ca96415
commit
36a54d1039
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue