Skip to content

Commit

Permalink
fix(style): missing footnotes styles for Kramdown
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 13, 2015
1 parent aa59a13 commit cbd8d03
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions _app/assets/themes/curtana/_less/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -588,13 +588,20 @@ body:hover .latest {

// Reference notes and links in post
.footnotes {
font-size: 90%;
border-top: 1px solid fade(#ccc, 20%);
padding-top: 2em;
margin-top: 2em;
font-size: 80%;
}

:target {

// Redcarpet-style
[rev=footnote],
[rel=footnote] {
[rel=footnote],
// Kramdown-style
.reversefootnote,
.footnote {
color: @link-color;
}
}
Expand Down

0 comments on commit cbd8d03

Please sign in to comment.