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 {
|
a:hover .feather-moon {
|
||||||
fill: none;
|
fill: none;
|
||||||
color: white !important;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-tags .post-tag:hover {
|
.post-tags .post-tag:hover {
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ img {
|
|||||||
|
|
||||||
a:hover .feather-sun {
|
a:hover .feather-sun {
|
||||||
fill: none;
|
fill: none;
|
||||||
color: black !important;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dark-theme-toggle .feather {
|
#dark-theme-toggle .feather {
|
||||||
|
|||||||
Reference in New Issue
Block a user