mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed integration icon background for Night shift
refs. 35d8e43c88
The blending mode used on light theme didn't work for Night shift (made all the icons blend into the dark background).
This commit is contained in:
parent
dbbc4f5fa4
commit
428984bca2
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user