diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-02-13 05:30:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-13 05:30:49 +0100 |
commit | c6e7b97baa37c23a4853619ad3ff706f41a15237 (patch) | |
tree | 5f6b9fdb62b31d649455bd9ebfebb96d0cc9db3e /app/javascript/styles/contrast | |
parent | 3d374ed18be3efc78e48ccd512f7e44f38d2bc7c (diff) |
Fix color of static page links in high contrast theme (#10028)
Diffstat (limited to 'app/javascript/styles/contrast')
-rw-r--r-- | app/javascript/styles/contrast/diff.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/styles/contrast/diff.scss b/app/javascript/styles/contrast/diff.scss index 7d8993a50..8429103b8 100644 --- a/app/javascript/styles/contrast/diff.scss +++ b/app/javascript/styles/contrast/diff.scss @@ -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%); |