Fix color of static page links in high contrast theme (#10028)

This commit is contained in:
Eugen Rochko 2019-02-13 05:30:49 +01:00
parent 1186b9abeb
commit f0f657e77c

View file

@ -13,6 +13,10 @@
}
}
.rich-formatting a,
.rich-formatting p a,
.rich-formatting li a,
.landing-page__short-description p a,
.status__content a,
.reply-indicator__content a {
color: lighten($ui-highlight-color, 12%);