Browse Source

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

pull/4/head
Eugen Rochko 5 years ago
committed by GitHub
parent
commit
c6e7b97baa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      app/javascript/styles/contrast/diff.scss

+ 4
- 0
app/javascript/styles/contrast/diff.scss 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%);

Loading…
Cancel
Save