Added tag styling like beautifuljekyll

This commit is contained in:
Jorge 2018-04-13 14:35:05 +01:00
commit 9e3bc16498
4 changed files with 25 additions and 8 deletions

View file

@ -427,12 +427,20 @@ footer .theme-by {
margin-bottom: 30px;
}
.blog-tags:before {
content: "Tags: ";
}
.blog-tags a {
color: #008AFF;
text-decoration: none;
padding: 0px 5px;
}
.blog-tags a:before {
content: "#";
}
.blog-tags a:hover {
border-radius: 2px;
color: #008AFF;