restore blue color

This commit is contained in:
Nicolas Lœuillet 2015-10-06 06:14:54 +02:00
parent 9c8f7af196
commit 68e9dcf615
2 changed files with 3 additions and 10 deletions

View file

@ -148,7 +148,7 @@ main {
<div id="list">
{% for tag in entry.tags %}
<div class="chip">
{{ tag.label }}<i class="mdi-navigation-close material-icons"></i>
{{ tag.label }}
</div>
{% endfor %}
</div>

View file

@ -335,16 +335,9 @@ main ul.row {
margin-right: 15px;
}
#article aside span a {
#article aside .chip {
background-color: #039be5;
color: #fff;
border-radius: 3px;
float: left;
font-size: 0.6em;
margin-left: 0.5em;
margin-bottom: 0.5em;
padding: 4px;
text-decoration: none;
color: #ffffff;
}
/* ==========================================================================