Skip to content

Commit

Permalink
Fixed integration icon background for Night shift
Browse files Browse the repository at this point in the history
refs. TryGhost@ee4edce

The blending mode used on light theme didn't work for Night shift (made all the icons blend into the dark background).
  • Loading branch information
peterzimon committed Mar 25, 2019
1 parent 6441f56 commit b6e4e13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/styles/app-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -370,4 +370,8 @@ input:focus,

.gh-nav-list .gh-nav-nightshift span svg path {
fill: color-mod(var(--midgrey) l(-5%));
}

.apps-card-app-icon {
mix-blend-mode: normal;
}

0 comments on commit b6e4e13

Please sign in to comment.