Update CSS
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
545316fea0
commit
f6b334b13e
2 changed files with 4 additions and 23 deletions
|
@ -56,9 +56,9 @@
|
||||||
</div>
|
</div>
|
||||||
{{ if site.Params.enableTags }}
|
{{ if site.Params.enableTags }}
|
||||||
<div class="taxonomy-terms">
|
<div class="taxonomy-terms">
|
||||||
<ul class="taxonomy-terms">
|
<ul>
|
||||||
{{ range .Params.tags }}
|
{{ 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 }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -243,30 +243,11 @@ h6 {
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: .5em;
|
background: #248aaa;
|
||||||
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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.taxonomy-terms a{
|
.taxonomy-terms a{
|
||||||
color: black;
|
color: #f9fafc;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ============= Device specific fixes ======= */
|
/* ============= Device specific fixes ======= */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue