From a79c1b818319b1336e773899213944e3dec785c3 Mon Sep 17 00:00:00 2001 From: Keichi Takahashi Date: Tue, 3 Feb 2015 23:54:30 +0900 Subject: [PATCH] Fix design of post tags --- layouts/_default/single.html | 2 +- static/css/main.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }