Skip to content

Commit

Permalink
Fix contrast in notification request badge (mastodon#29826)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored Apr 2, 2024
1 parent f87959a commit 0b9d410
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10104,9 +10104,10 @@ noscript {
}

.filtered-notifications-banner__badge {
background-color: $highlight-text-color;
background: $ui-button-background-color;
border-radius: 4px;
padding: 1px 6px;
color: $white;
}
}

Expand Down

0 comments on commit 0b9d410

Please sign in to comment.