Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJorge <jbergasa@yahoo.co.uk>2018-04-13 16:35:05 +0300
committerJorge <jbergasa@yahoo.co.uk>2018-04-13 16:35:05 +0300
commit9e3bc164989e51448d4788d8611a5646a9603365 (patch)
tree568e483fcadacd907c4a46cd33aee3d3c957097a /static
parentd1fe069d6cfc6e1c8c0e57d663afa020b653a863 (diff)
Added tag styling like beautifuljekyll
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index d712772..d1c70a7 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -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;