Darken goal icons on link hover

As they not seem to be interactive elements.
This commit is contained in:
Senén Rodero Rodríguez
2021-01-28 15:12:45 +01:00
committed by taitus
parent a877449936
commit 2f9caa502a

View File

@@ -247,6 +247,10 @@
margin-top: $spacing; margin-top: $spacing;
margin-top: $max-spacing; margin-top: $max-spacing;
} }
a:hover .sdg-goal-icon {
filter: brightness(90%);
}
} }
%sdg-goal-list { %sdg-goal-list {