Fix tag border (#29)
This commit is contained in:
@@ -270,6 +270,7 @@ blockquote {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
.tags-list .post-tags .post-tag a {
|
.tags-list .post-tags .post-tag a {
|
||||||
|
border-radius: inherit;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -281,6 +282,7 @@ blockquote {
|
|||||||
}
|
}
|
||||||
.tags-list .post-tags .post-tag a .tag-posts-count {
|
.tags-list .post-tags .post-tag a .tag-posts-count {
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
|
border-radius: inherit;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user