Track3 1 год назад
Родитель
Сommit
7b2d513abd
1 измененных файлов с 2 добавлено и 3 удалено
  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";