Remove !important because you care about the code quality unlike Avijit Gupta

This commit is contained in:
Yash Mehrotra
2021-08-05 00:08:24 +05:30
parent 3a2495be11
commit d30753bcc6
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ html {
a:hover .feather-moon {
fill: none;
color: white !important;
color: white;
}
.post-tags .post-tag:hover {

View File

@@ -117,7 +117,7 @@ img {
a:hover .feather-sun {
fill: none;
color: black !important;
color: black;
}
#dark-theme-toggle .feather {