mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +00:00
uniformize tags on article view too
This commit is contained in:
parent
e7aed21b33
commit
eef833d644
1 changed files with 3 additions and 2 deletions
|
@ -487,12 +487,13 @@ main ul.row {
|
|||
|
||||
#article aside #list {
|
||||
float: right;
|
||||
margin-right: 15px;
|
||||
margin: 0 15px 10px;
|
||||
}
|
||||
|
||||
#article aside .chip {
|
||||
background-color: #039be5;
|
||||
background-color: rgba(0,151,167,0.85);
|
||||
color: #fff;
|
||||
padding: 0 15px 0 10px;
|
||||
}
|
||||
|
||||
#article aside .chip i {
|
||||
|
|
Loading…
Reference in a new issue