Added tag styling like beautifuljekyll
This commit is contained in:
parent
d1fe069d6c
commit
9e3bc16498
4 changed files with 25 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue