Skip to content

Commit

Permalink
Fix color of static page links in high contrast theme (#10028)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron committed Feb 13, 2019
1 parent 3d374ed commit c6e7b97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/javascript/styles/contrast/diff.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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%);
Expand Down

0 comments on commit c6e7b97

Please sign in to comment.