From f6b334b13e84c91f99014e983012c3c204dd5668 Mon Sep 17 00:00:00 2001 From: hossainemruz Date: Mon, 16 Aug 2021 21:32:34 +0600 Subject: [PATCH] Update CSS Signed-off-by: hossainemruz --- layouts/_default/single.html | 4 ++-- static/css/layouts/single.css | 23 ++--------------------- 2 files changed, 4 insertions(+), 23 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index c0b2b80..a813691 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -56,9 +56,9 @@ {{ if site.Params.enableTags }}
-
diff --git a/static/css/layouts/single.css b/static/css/layouts/single.css index 5fbddc6..2a17024 100644 --- a/static/css/layouts/single.css +++ b/static/css/layouts/single.css @@ -243,30 +243,11 @@ h6 { font-size: .8em; list-style-type: none; display: inline-block; - padding: .5em; - min-width: 5em; - margin: 0 .5em; - position: relative; - background: #8dd6dd; - border-radius: .4em; -} - -.taxonomy-terms li:after { - content: ''; - position: absolute; - left: 0; - top: 50%; - width: 0; - height: 0; - border: 10px solid transparent; - border-right-color: #8dd6dd; - border-left: 0; - margin-top: -10px; - margin-left: -10px; + background: #248aaa; } .taxonomy-terms a{ - color: black; + color: #f9fafc; } /* ============= Device specific fixes ======= */