Skip to content

Commit 4dcb04b

Browse files
GargronClearlyClaire
authored andcommitted
Fix color of static page links in high contrast theme (mastodon#10028)
1 parent 06cc04f commit 4dcb04b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • app/javascript/flavours/glitch/styles/contrast

app/javascript/flavours/glitch/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)