From 17e9eaa3698a08b55f47d40be3ddbb6f97deb280 Mon Sep 17 00:00:00 2001 From: piharpi Date: Tue, 3 Sep 2019 14:55:44 +0700 Subject: [PATCH] :lipstick: Updating the UI and style files. --- _layouts/post.html | 2 +- _sass/bangsring/_page.scss | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 2e8f16e..f7753aa 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -37,7 +37,7 @@ layout: compress {% for tag in tags %} {{tag | upcase }}{% unless forloop.last %},{% endunless %} + href="/tags/#{{tag | downcase | slugify}}">{{tag | downcase }}{% unless forloop.last %},{% endunless %} {% endfor %} diff --git a/_sass/bangsring/_page.scss b/_sass/bangsring/_page.scss index 9cd5e86..8f854d0 100644 --- a/_sass/bangsring/_page.scss +++ b/_sass/bangsring/_page.scss @@ -71,12 +71,11 @@ line-height: 1; font-weight: 800; display: inline-block; - font-size: $small-font-size - 4; - border-bottom: 0; + font-size: $small-font-size - 2; + border-bottom: 2px solid $light; &:hover { color: $black; - border-color: $black; } } }