aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--assets/images/link-icon.pngbin0 -> 252 bytes
-rw-r--r--assets/images/link-icon@2.pngbin0 -> 407 bytes
-rw-r--r--assets/stylesheets/responsive/custom.scss3
3 files changed, 3 insertions, 0 deletions
diff --git a/assets/images/link-icon.png b/assets/images/link-icon.png
index e69de29..7a6dd01 100644
--- a/assets/images/link-icon.png
+++ b/assets/images/link-icon.png
Binary files differ
diff --git a/assets/images/link-icon@2.png b/assets/images/link-icon@2.png
new file mode 100644
index 0000000..eafb1e2
--- /dev/null
+++ b/assets/images/link-icon@2.png
Binary files differ
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%;