Darken goal icons on link hover
As they not seem to be interactive elements.
This commit is contained in:
committed by
taitus
parent
a877449936
commit
2f9caa502a
@@ -247,6 +247,10 @@
|
||||
margin-top: $spacing;
|
||||
margin-top: $max-spacing;
|
||||
}
|
||||
|
||||
a:hover .sdg-goal-icon {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
}
|
||||
|
||||
%sdg-goal-list {
|
||||
|
||||
Reference in New Issue
Block a user