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 {