mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-17 03:05:19 +00:00
restore blue color
This commit is contained in:
parent
9c8f7af196
commit
68e9dcf615
2 changed files with 3 additions and 10 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
|
|
Loading…
Reference in a new issue