From d30753bcc6326d58fed5a1f4d6701dec59d7da64 Mon Sep 17 00:00:00 2001 From: Yash Mehrotra Date: Thu, 5 Aug 2021 00:08:24 +0530 Subject: [PATCH] Remove !important because you care about the code quality unlike Avijit Gupta --- themes/gokarna/static/css/dark.css | 2 +- themes/gokarna/static/css/main.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/gokarna/static/css/dark.css b/themes/gokarna/static/css/dark.css index 718afa1..e3ecde4 100644 --- a/themes/gokarna/static/css/dark.css +++ b/themes/gokarna/static/css/dark.css @@ -29,7 +29,7 @@ html { a:hover .feather-moon { fill: none; - color: white !important; + color: white; } .post-tags .post-tag:hover { diff --git a/themes/gokarna/static/css/main.css b/themes/gokarna/static/css/main.css index 2a579a7..80b7fb8 100644 --- a/themes/gokarna/static/css/main.css +++ b/themes/gokarna/static/css/main.css @@ -117,7 +117,7 @@ img { a:hover .feather-sun { fill: none; - color: black !important; + color: black; } #dark-theme-toggle .feather {