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>
|
||||
{{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…
Reference in a new issue