1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Beautified the tags in posts.

This commit is contained in:
Cotes Chung
2019-11-29 00:04:01 +08:00
parent 5354a2adbf
commit 98e1cf8252
2 changed files with 5 additions and 2 deletions

View File

@@ -713,9 +713,12 @@ table tbody td {
}
.post-tag {
display: inline-block;
min-width: 2rem;
text-align: center;
background: rgba(0, 0, 0, 0.075);
border-radius: .34rem;
padding: .25rem .4rem;
padding: 0 .4rem;
margin: 0 .1rem;
color: #818182;
line-height: 1.6rem;