Add outline to clicked footnote item
This commit is contained in:
parent
d4a02fa8a1
commit
19478d51a1
|
@ -421,6 +421,7 @@ main {
|
|||
|
||||
.footnotes-list :target {
|
||||
background-color: var(--clr-quote-bg);
|
||||
outline: 0.1em dashed var(--clr-title-border);
|
||||
}
|
||||
|
||||
/* SPECIAL ELEMENTS */
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<subtitle>Leilukin's personal website.</subtitle>
|
||||
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
|
||||
<link href="https://leilukin.neocities.org"/>
|
||||
<updated>2024-05-17T16:18:32Z</updated>
|
||||
<updated>2024-05-17T16:22:09Z</updated>
|
||||
<id>https://leilukin.neocities.org</id>
|
||||
<author>
|
||||
<name>Leilukin</name>
|
||||
|
|
|
@ -421,6 +421,7 @@ main {
|
|||
|
||||
.footnotes-list :target {
|
||||
background-color: var(--clr-quote-bg);
|
||||
outline: 0.1em dashed var(--clr-title-border);
|
||||
}
|
||||
|
||||
/* SPECIAL ELEMENTS */
|
||||
|
|
Loading…
Reference in New Issue