diff options
Diffstat (limited to 'assets/stylesheets/responsive/custom.scss')
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index c16aeaf..8ec596a 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -438,6 +438,9 @@ div.correspondence { a.link_to_this { background-image: image-url('link-icon.png'); + @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { + background-image:image-url('link-icon@2.png'); + } background-position: center center; background-repeat: no-repeat; background-size: 70% 70%; |