bring back svg icon

main
Gabriel 1 year ago
parent 401c99bf30
commit e73edae342

@ -12,4 +12,11 @@
<a href="{{.RelPermalink}}"><h2>{{.Title}}</h2></a>
{{end}}
</nav>
<div>
<a href="{{.Site.BaseURL}}/index.xml">
<svg class="icon">
<use href="#rss"></use>
</svg>
</a>
</div>
</header>

@ -49,7 +49,6 @@ nav {
border-radius: 30%;
font-size:12px;
}
a {
color: var(--theme-accent);
}
@ -643,12 +642,12 @@ video {
}
svg{
stroke: black;
fill:black;
stroke: var(--theme-accent);
fill:var(--theme-accent);
}
.icon {
width:2.5rem;
height:2.5rem;
width:2rem;
height:2rem;
}
.icon-small{
height:1rem;

Loading…
Cancel
Save