diff --git a/layouts/_default/single.html b/layouts/_default/single.html index a23e150..0a3449b 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -12,7 +12,7 @@
{{ range .Params.tags }} - #{{ . }} + #{{ . }} {{ end }}
diff --git a/static/css/main.css b/static/css/main.css index 43ef8fb..fe8ae9c 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -138,7 +138,7 @@ main { .post-tag a:hover { background-color: rgba(0, 0, 0, 1.0); - color: rgba(255, 255, 255, 0.9); + color: rgba(255, 255, 255, 1.0); transition: color,border-color,background-color 0.1s linear; }