From d5de17d87a87872b58bfcf6b479cf85d4bbe4c7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Avijit=20=F0=9F=9A=80?= <526avijit@gmail.com> Date: Sat, 10 Jul 2021 05:36:39 +0200 Subject: [PATCH] Fixes --- themes/gokarna/static/css/dark.css | 12 ++++++++++-- themes/gokarna/static/css/main.css | 11 +++++++++-- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/themes/gokarna/static/css/dark.css b/themes/gokarna/static/css/dark.css index 588b8a1..f01aa88 100644 --- a/themes/gokarna/static/css/dark.css +++ b/themes/gokarna/static/css/dark.css @@ -14,10 +14,9 @@ a { } .nav-links .nav-icons-divider { - color: #484848; !important + color: #484848; } - .post-tags .post-tag { border: 1px solid white; color: white; @@ -28,6 +27,15 @@ a { color: black; } +.tags-list .post-tags .post-tag a .tag-posts-count { + background-color: #1f1f1f; +} + +.tags-list .post-tags .post-tag:hover a .tag-posts-count { + background-color: white; + color: black; +} + .footer { border-top-color: #333 !important; } diff --git a/themes/gokarna/static/css/main.css b/themes/gokarna/static/css/main.css index 28bf5b9..b5cc989 100644 --- a/themes/gokarna/static/css/main.css +++ b/themes/gokarna/static/css/main.css @@ -50,7 +50,6 @@ img { } .header a { - /* color: inherit; */ text-decoration: none; } .header .header-nav { @@ -159,7 +158,6 @@ img { color: black; display: inline-block; font-size: 14px; - padding: 6px 12px; } .post-tags .post-tag:hover { background-color: black; @@ -167,6 +165,8 @@ img { } .post-tag a { color: inherit; + display: block; + padding: 6px 12px; text-decoration: none; } @@ -269,11 +269,18 @@ blockquote { margin: 0 5px; padding: 0; } +.tags-list .post-tags .post-tag a { + padding: 0; +} + .tags-list .post-tags .post-tag a div { display: inline-block; +} +.tags-list .post-tags .post-tag a .tag-name { padding: 5px 8px; } .tags-list .post-tags .post-tag a .tag-posts-count { background: rgba(0, 0, 0, 0.1); opacity: 0.8; + padding: 6px; }