Hightlight targeted link
This commit is contained in:
parent
933c1cb7d7
commit
149ac5860c
1 changed files with 4 additions and 4 deletions
|
@ -141,10 +141,10 @@ section.footnotes * {
|
|||
font-size: calc(var(--font-size) * 0.8);
|
||||
}
|
||||
|
||||
/* TODO: Hightlight targeted link, change by css theme */
|
||||
/* section.footnotes :target {
|
||||
background-color: yellowgreen;
|
||||
} */
|
||||
/* Hightlight targeted link */
|
||||
section.footnotes :target {
|
||||
background-color: light-dark(#fafa35b9, #adad213c);
|
||||
}
|
||||
|
||||
/* When multiple ref */
|
||||
a.footnote-backref sup {
|
||||
|
|
Loading…
Reference in a new issue