Fix link colors in announcements (#12965)

This commit is contained in:
Eugen Rochko 2020-01-26 22:26:50 +01:00 committed by GitHub
parent dd68e44cfa
commit 3ae0b03603

View file

@ -886,7 +886,7 @@
}
a {
color: $highlight-text-color;
color: $secondary-text-color;
text-decoration: none;
&:hover {
@ -902,6 +902,10 @@
}
}
}
&.unhandled-link {
color: lighten($ui-highlight-color, 8%);
}
}
}