mirror of
https://github.com/ViViDboarder/Vivid-Casper.git
synced 2024-11-01 02:46:32 +00:00
Fix footnotes line-height and return-link styling
This commit is contained in:
parent
cc59624ba4
commit
2773ac926a
@ -1104,6 +1104,7 @@ body:not(.post-template) .post-title {
|
|||||||
.footnotes {
|
.footnotes {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
|
line-height: 1.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footnotes li {
|
.footnotes li {
|
||||||
@ -1114,6 +1115,10 @@ body:not(.post-template) .post-title {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footnotes p a:last-child {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* The author credit area after the post */
|
/* The author credit area after the post */
|
||||||
.post-footer {
|
.post-footer {
|
||||||
|
Loading…
Reference in New Issue
Block a user