特定の要素に網膜の背景画像を配置しようとしていますが、これらのメディアクエリを実際に機能させるのに問題があります。崇高なテキストは構文を強調表示しないため、このスタックが壊れていると確信していますが、どうすればよいかわかりません。ペラスを助けますか?
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and ( min--moz-device-pixel-ratio: 1.5),
only screen and ( -o-min-device-pixel-ratio: 1.5/1),
only screen and ( min-device-pixel-ratio: 1.5){
}