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

Beautified the tags.

This commit is contained in:
Cotes Chung
2019-10-27 15:34:51 +08:00
parent 94cb59fc27
commit 31cacb7278
2 changed files with 7 additions and 7 deletions

View File

@@ -425,10 +425,10 @@ footer .license a {
line-height: 1rem;
font-size: 0.85rem;
background: none;
border: 1px solid #ced4da;
border: 1px solid #e9ecef;
border-radius: .8rem;
padding: .25rem .5rem;
margin-bottom: .2rem;
padding: .3rem .5rem;
margin-bottom: .3rem;
}
#panel-tags .post-tag:hover {
@@ -977,12 +977,12 @@ table tbody td {
/*--- Tab Tags and Tag-Page ---*/
.tag {
border-radius: 0.55em;
padding: 4px 8px 5px;
border-radius: 0.7em;
padding: 6px 8px 7px;
margin-right: .8rem;
line-height: 3rem;
letter-spacing: 0;
border: 1px solid #c5c6c7 !important;
border: 1px solid #dee2e6 !important;
box-shadow: 0 0 3px 0 #e9ecef;
}