Remove !important because you care about the code quality unlike Avijit Gupta
This commit is contained in:
@@ -29,7 +29,7 @@ html {
|
||||
|
||||
a:hover .feather-moon {
|
||||
fill: none;
|
||||
color: white !important;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.post-tags .post-tag:hover {
|
||||
|
||||
@@ -117,7 +117,7 @@ img {
|
||||
|
||||
a:hover .feather-sun {
|
||||
fill: none;
|
||||
color: black !important;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#dark-theme-toggle .feather {
|
||||
|
||||
Reference in New Issue
Block a user