Update CSS

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
hossainemruz 2021-08-16 21:32:34 +06:00
parent 545316fea0
commit f6b334b13e
2 changed files with 4 additions and 23 deletions

View file

@ -56,9 +56,9 @@
</div>
{{ if site.Params.enableTags }}
<div class="taxonomy-terms">
<ul class="taxonomy-terms">
<ul>
{{ range .Params.tags }}
<li><a href="/tags/{{ . | urlize }}"><span class="tag-item">{{ . }}</span></a></li>
<li class="rounded"><a href="/tags/{{ . | urlize }}" class="btn, btn-sm">{{ . }}</a></li>
{{ end }}
</ul>
</div>

View file

@ -243,30 +243,11 @@ h6 {
font-size: .8em;
list-style-type: none;
display: inline-block;
padding: .5em;
min-width: 5em;
margin: 0 .5em;
position: relative;
background: #8dd6dd;
border-radius: .4em;
}
.taxonomy-terms li:after {
content: '';
position: absolute;
left: 0;
top: 50%;
width: 0;
height: 0;
border: 10px solid transparent;
border-right-color: #8dd6dd;
border-left: 0;
margin-top: -10px;
margin-left: -10px;
background: #248aaa;
}
.taxonomy-terms a{
color: black;
color: #f9fafc;
}
/* ============= Device specific fixes ======= */