|
@@ -542,7 +542,7 @@ hr.post-end {
|
|
|
background: transparent;
|
|
|
}
|
|
|
|
|
|
- &.footnote-return {
|
|
|
+ &.footnote-backref {
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
}
|
|
@@ -552,12 +552,18 @@ hr.post-end {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.footnote-ref a {
|
|
|
+a.footnote-ref {
|
|
|
box-shadow: none;
|
|
|
text-decoration: none;
|
|
|
padding: 2px;
|
|
|
border-radius: 2px;
|
|
|
background-color: $midnightblue;
|
|
|
+
|
|
|
+ &:hover{
|
|
|
+ box-shadow: none;
|
|
|
+ background-color: $theme;
|
|
|
+ transition-property: background-color;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.post-info {
|