Heydon Pickering преди 8 години
родител
ревизия
61a5b18fa3
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 0
      public/css/styles.css
  2. 1 2
      themes/infusion/layouts/shortcodes/pattern.html

+ 1 - 0
public/css/styles.css

@@ -550,6 +550,7 @@ pre[class*=language-] code * {
 
 [data-expands] {
   text-align: left;
+  color: #111;
   border: 0;
   background: none;
   width: 100%;

+ 1 - 2
themes/infusion/layouts/shortcodes/pattern.html

@@ -2,8 +2,7 @@
 {{ range .Site.Pages }}
   {{ if eq .Title $title }}
     <a class="pattern-link" href="{{ .Permalink }}">
-      <svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>
-      {{- .Title -}}
+      <svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>{{- .Title -}}
     </a>
   {{ end }}
 {{ end }}