Update site preview images

This commit is contained in:
hensm
2019-07-26 03:06:40 +01:00
parent b213a8d85c
commit 6204e7d460
7 changed files with 20 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

View File

@@ -241,11 +241,11 @@ body {
margin-top: 1rem;
}
.preview--fg[src="images/preview-fg.png"] {
transform: translate(-56px, -28px);
}
.preview--fg[src="images/preview-fg_macOS.png"] {
transform: translate(-22px, -18px);
.preview--fg[src="images/preview-fg_macOS_dark.png"],
.preview--fg[src="images/preview-fg_macOS_dark@2x.png"],
.preview--fg[src="images/preview-fg_macOS_light.png"],
.preview--fg[src="images/preview-fg_macOS_light@2x.png"] {
transform: translate(-55px, -36px);
}

View File

@@ -263,12 +263,19 @@
src="images/preview-bg.png"
srcset="images/preview-bg.png,
images/preview-bg@2x.png 2x">
<img class="preview preview--fg"
alt="Screenshot preview, foreground"
width="396"
src="images/preview-fg_macOS.png"
srcset="images/preview-fg_macOS.png,
images/preview-fg_macOS@2x.png 2x">
<picture style="display: contents">
<source alt="Media context menu"
srcset="images/preview-fg_macOS_light.png,
images/preview-fg_macOS_light@2x.png 2x"
media="(prefers-color-scheme: light)">
<img class="preview preview--fg"
alt="Media context menu"
width="462"
src="images/preview-fg_macOS_dark.png"
srcset="images/preview-fg_macOS_dark.png,
images/preview-fg_macOS_dark@2x.png 2x">
</picture>
<footer class="footer">
<div class="links">