]> cat aescling's git repositories - mastodon.git/commitdiff
Fix color of static page links in high contrast theme (#10028)
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 13 Feb 2019 04:30:49 +0000 (05:30 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Feb 2019 04:30:49 +0000 (05:30 +0100)
app/javascript/styles/contrast/diff.scss

index 7d8993a50802a1e7ef6e0c99125b4d5fd375ef5a..8429103b8aff1e32eaa464a107c4552f47e2f039 100644 (file)
   }
 }
 
+.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%);