<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*RETINA DISPLAY*/
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  /*IMPORTANT : PLEASE NOTE:
  Just define high resolution version (2x) all of the background images used in your website.
  Example is given below:*/
  /*#some-element { background-image: url('../images/my_image@2x.png'); background-size: 200px 100px; } */
  /* Please visit: http://retinajs.com/ */
}
</pre></body></html>