Ver código fonte

Update style

Track3 11 meses atrás
pai
commit
6e71bd0d35
2 arquivos alterados com 5 adições e 6 exclusões
  1. 2 1
      archetypes/writing.md
  2. 3 5
      assets/scss/style.scss

+ 2 - 1
archetypes/writing.md

@@ -2,9 +2,10 @@
 title: "{{ replace .Name "-" " " | title }}"
 date: {{ .Date }}
 lastmod: {{ .Date }}
+description:
 draft: true
 toc: false
-featuredImg: false
+featuredImage: false
 tags:
   - untagged
 ---

+ 3 - 5
assets/scss/style.scss

@@ -224,9 +224,7 @@ code {
 
 blockquote {
   margin: 1.5em 1em;
-  font-style: italic;
-  font-family: var(--fonts-serif);
-  font-size: 125%;
+  font: italic 125% var(--fonts-serif);
   letter-spacing: normal;
   color: var(--c-txt-alt);
 
@@ -334,7 +332,7 @@ textarea {
 
   figure {
     height: auto;
-    margin: 0;
+    margin: 1rem 0;
     text-align: center;
   }
 
@@ -500,7 +498,7 @@ a.footnote-ref {
 
   a.anchor {
     float: left;
-    margin-left: -1em;
+    margin-left: -.75em;
   }
 }