Chromeブラウザを使用しています。.png
ロゴの画像は完全に透明ですが、問題があるようです。
もう一度見る必要がありますが、ご覧のとおり、画像の色合いは背景よりも明るいです。CSSで背景を作成します。
background: #e1e2e4;
background: -webkit-gradient(linear, left top,
left bottom, from(#e1e2e4), to(#8f9094));
background: -moz-linear-gradient(top, #e1e2e4, #8f9094);
filter: progid:DXImageTransform.Microsoft.gradient
(startColorstr='#e1e2e4', endColorstr='#8f9094');
background-repeat: no-repeat;
background-attachment: fixed;
なぜこれが起こるのか考えはありますか?どうすればこれを解決できますか?