fix: change layout for tags

This commit is contained in:
cgiacomi
2019-10-17 21:57:21 +02:00
parent 7d9bec3737
commit 28c2f28a13
3 changed files with 32 additions and 8 deletions

View File

@@ -34,6 +34,11 @@ a:hover {
opacity: 0.8;
}
.post-tags .tags a {
border: 1px solid #fff;
color: #fff;
}
.header nav,
.footer {
border-color: #333;

View File

@@ -301,6 +301,23 @@ ul {
background-color: #f9f2f4;
}
.post-tags .tags li {
margin-bottom: 0;
margin-top: 20px;
}
.post-tags .tags a {
display: inline-block;
border: 1px solid #a00;
border-radius: 4px;
padding: 0px 6px;
color: #a00;
line-height: 20px;
font-size: 12px;
text-decoration: none;
margin: 0 1px;
}
.list .posts .post .meta {
margin-bottom: 0;
margin-left: 5px;