Skip to content

Commit

Permalink
style(share): improve footnote design
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jan 7, 2025
1 parent 5ffd8bc commit dafebc4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/public/stylesheets/share.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ body {
line-height: 1.5;
}

a {
text-decoration: none;
}

#layout {
max-width: 1200px;
margin: 0 auto;
Expand Down Expand Up @@ -179,6 +183,10 @@ iframe.pdf-view {
margin-left: .5em
}

.ck-content .footnote-item:target .footnote-content {
background: #eee;
}

.ck-content .footnote-item>* {
vertical-align: text-top
}
Expand Down

0 comments on commit dafebc4

Please sign in to comment.