Skip to content

Commit

Permalink
fix: rich-content iframe button style
Browse files Browse the repository at this point in the history
  • Loading branch information
mashirozx committed Mar 13, 2021
1 parent dee651f commit a8fb491
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/javascript/styles/customize/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,8 @@
transform: initial;
}
}
}

.rich-formatting .status-card__actions a {
color: $secondary-text-color;
}
4 changes: 4 additions & 0 deletions app/javascript/styles/customize/mastodon-light-diff.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@
text-transform: uppercase;
background: darken($ui-base-color, 4%);
border-bottom: 1px solid lighten($ui-base-color, 8%);
}

.rich-formatting .status-card__actions a {
color: rgba($white, 0.8);
}

0 comments on commit a8fb491

Please sign in to comment.