Browse Source

Fix footnote style

Track3 4 years ago
parent
commit
a989207093
1 changed files with 8 additions and 2 deletions
  1. 8 2
      assets/scss/style.scss

+ 8 - 2
assets/scss/style.scss

@@ -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 {