Skip to content

Commit

Permalink
Use invariant colors on notification toasts (mastodon#25919)
Browse files Browse the repository at this point in the history
  • Loading branch information
Signez authored Jul 11, 2023
1 parent 3b92499 commit ca955ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9089,10 +9089,10 @@ noscript {
width: auto;
padding: 15px;
margin: 0;
color: $primary-text-color;
color: $white;
background: rgba($black, 0.85);
backdrop-filter: blur(8px);
border: 1px solid rgba(lighten($ui-base-color, 4%), 0.85);
border: 1px solid rgba(lighten($classic-base-color, 4%), 0.85);
border-radius: 8px;
box-shadow: 0 10px 15px -3px rgba($base-shadow-color, 0.25),
0 4px 6px -4px rgba($base-shadow-color, 0.25);
Expand Down Expand Up @@ -9120,7 +9120,7 @@ noscript {
text-transform: uppercase;
margin-inline-start: 10px;
cursor: pointer;
color: $highlight-text-color;
color: $blurple-300;
border-radius: 4px;
padding: 0 4px;

Expand Down

0 comments on commit ca955ad

Please sign in to comment.