Add gaps to footnote lists
This commit is contained in:
parent
7bcd14f414
commit
d4a02fa8a1
|
@ -414,6 +414,11 @@ main {
|
||||||
font-size: var(--sz-h3);
|
font-size: var(--sz-h3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footnotes-list {
|
||||||
|
display: grid;
|
||||||
|
gap: 0.3em;
|
||||||
|
}
|
||||||
|
|
||||||
.footnotes-list :target {
|
.footnotes-list :target {
|
||||||
background-color: var(--clr-quote-bg);
|
background-color: var(--clr-quote-bg);
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<subtitle>Leilukin's personal website.</subtitle>
|
<subtitle>Leilukin's personal website.</subtitle>
|
||||||
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
|
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
|
||||||
<link href="https://leilukin.neocities.org"/>
|
<link href="https://leilukin.neocities.org"/>
|
||||||
<updated>2024-05-17T16:16:21Z</updated>
|
<updated>2024-05-17T16:18:32Z</updated>
|
||||||
<id>https://leilukin.neocities.org</id>
|
<id>https://leilukin.neocities.org</id>
|
||||||
<author>
|
<author>
|
||||||
<name>Leilukin</name>
|
<name>Leilukin</name>
|
||||||
|
|
|
@ -414,6 +414,11 @@ main {
|
||||||
font-size: var(--sz-h3);
|
font-size: var(--sz-h3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footnotes-list {
|
||||||
|
display: grid;
|
||||||
|
gap: 0.3em;
|
||||||
|
}
|
||||||
|
|
||||||
.footnotes-list :target {
|
.footnotes-list :target {
|
||||||
background-color: var(--clr-quote-bg);
|
background-color: var(--clr-quote-bg);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue