Skip to content

Commit 9b8d7a0

Browse files
Gargronhiyuki2578
authored andcommitted
Fix color of static page links in high contrast theme (mastodon#10028)
1 parent e02dc2c commit 9b8d7a0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/javascript/styles/contrast/diff.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
}
1414
}
1515

16+
.rich-formatting a,
17+
.rich-formatting p a,
18+
.rich-formatting li a,
19+
.landing-page__short-description p a,
1620
.status__content a,
1721
.reply-indicator__content a {
1822
color: lighten($ui-highlight-color, 12%);

0 commit comments

Comments
 (0)