bring back svg icon
This commit is contained in:
parent
401c99bf30
commit
e73edae342
2 changed files with 11 additions and 5 deletions
|
@ -12,4 +12,11 @@
|
||||||
<a href="{{.RelPermalink}}"><h2>{{.Title}}</h2></a>
|
<a href="{{.RelPermalink}}"><h2>{{.Title}}</h2></a>
|
||||||
{{end}}
|
{{end}}
|
||||||
</nav>
|
</nav>
|
||||||
|
<div>
|
||||||
|
<a href="{{.Site.BaseURL}}/index.xml">
|
||||||
|
<svg class="icon">
|
||||||
|
<use href="#rss"></use>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
@ -49,7 +49,6 @@ nav {
|
||||||
border-radius: 30%;
|
border-radius: 30%;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--theme-accent);
|
color: var(--theme-accent);
|
||||||
}
|
}
|
||||||
|
@ -643,12 +642,12 @@ video {
|
||||||
}
|
}
|
||||||
|
|
||||||
svg{
|
svg{
|
||||||
stroke: black;
|
stroke: var(--theme-accent);
|
||||||
fill:black;
|
fill:var(--theme-accent);
|
||||||
}
|
}
|
||||||
.icon {
|
.icon {
|
||||||
width:2.5rem;
|
width:2rem;
|
||||||
height:2.5rem;
|
height:2rem;
|
||||||
}
|
}
|
||||||
.icon-small{
|
.icon-small{
|
||||||
height:1rem;
|
height:1rem;
|
||||||
|
|
Loading…
Reference in a new issue