Browse Source

Update cite & list page style

Track3 1 year ago
parent
commit
7b2d513abd
1 changed files with 2 additions and 3 deletions
  1. 2 3
      assets/scss/style.scss

+ 2 - 3
assets/scss/style.scss

@@ -222,10 +222,10 @@ blockquote {
   cite {
     font-weight: bold;
     font-style: normal;
-    margin-left: 1em;
+    font-size: 75%;
 
     &::before {
-      content: "—— ";
+      content: " ";
     }
   }
 }
@@ -426,7 +426,6 @@ a.footnote-ref {
 .post-day {
   display: inline-block;
   min-width: 4em;
-  font-style: italic;
 }
 
 @import "partials/comments", "partials/gallery";