Fix tag border (#29)

This commit is contained in:
Avijit Gupta
2021-07-10 05:48:36 +02:00
committed by GitHub
parent 7a3da8c70a
commit 950b3528db

View File

@@ -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;
} }