From 83df06bc1b71ddbb896c04d3984213790a1cbf52 Mon Sep 17 00:00:00 2001 From: Yash Mehrotra Date: Thu, 8 Jul 2021 18:20:57 +0530 Subject: [PATCH] Change tag colors --- themes/gokarna/static/css/dark.css | 11 +++++++++++ themes/gokarna/static/css/main.css | 15 +++++++-------- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/themes/gokarna/static/css/dark.css b/themes/gokarna/static/css/dark.css index e1484ff..588b8a1 100644 --- a/themes/gokarna/static/css/dark.css +++ b/themes/gokarna/static/css/dark.css @@ -17,6 +17,17 @@ a { color: #484848; !important } + +.post-tags .post-tag { + border: 1px solid white; + color: white; +} + +.post-tags .post-tag:hover { + 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 143d503..28bf5b9 100644 --- a/themes/gokarna/static/css/main.css +++ b/themes/gokarna/static/css/main.css @@ -22,7 +22,7 @@ a { } a:hover { - color: var(--accent-color) !important; + color: var(--accent-color); } main#content { @@ -50,7 +50,7 @@ img { } .header a { - color: inherit; + /* color: inherit; */ text-decoration: none; } .header .header-nav { @@ -153,18 +153,17 @@ img { padding: 0; } .post-tags .post-tag { - background-color: var(--accent-color); - border: 1px solid var(--accent-color); + border: 1px solid black; border-radius: 4px; box-sizing: border-box; - color: white; + color: black; display: inline-block; font-size: 14px; - padding: 4px 12px; + padding: 6px 12px; } .post-tags .post-tag:hover { - background-color: #3d86d2; - border: 1px solid #3d86d2; + background-color: black; + color: white; } .post-tag a { color: inherit;