style(share): improve footnote design

This commit is contained in:
Elian Doran 2025-01-07 14:48:26 +02:00
parent 5ffd8bc790
commit dafebc4aae
No known key found for this signature in database

View File

@ -3,6 +3,10 @@ body {
line-height: 1.5; line-height: 1.5;
} }
a {
text-decoration: none;
}
#layout { #layout {
max-width: 1200px; max-width: 1200px;
margin: 0 auto; margin: 0 auto;
@ -179,6 +183,10 @@ iframe.pdf-view {
margin-left: .5em margin-left: .5em
} }
.ck-content .footnote-item:target .footnote-content {
background: #eee;
}
.ck-content .footnote-item>* { .ck-content .footnote-item>* {
vertical-align: text-top vertical-align: text-top
} }