black text for expands
This commit is contained in:
parent
da796476c1
commit
61a5b18fa3
|
@ -550,6 +550,7 @@ pre[class*=language-] code * {
|
||||||
|
|
||||||
[data-expands] {
|
[data-expands] {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
color: #111;
|
||||||
border: 0;
|
border: 0;
|
||||||
background: none;
|
background: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -2,8 +2,7 @@
|
||||||
{{ range .Site.Pages }}
|
{{ range .Site.Pages }}
|
||||||
{{ if eq .Title $title }}
|
{{ if eq .Title $title }}
|
||||||
<a class="pattern-link" href="{{ .Permalink }}">
|
<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>
|
<svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>{{- .Title -}}
|
||||||
{{- .Title -}}
|
|
||||||
</a>
|
</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user