Skip to content

Commit fe693a8

Browse files
1 parent e07364f commit fe693a8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+3562
-40
lines changed
File renamed without changes.

Source/Stylesheet/Global.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ html {
1616
We use image-set to handle standard (1x) vs high-density (2x) screens
1717
within this size range.
1818
*/
19-
background-image: image-set(url("/Rock.png") 1x, url("/Rockx22.jpg") 2x);
19+
background-image: image-set(url("/Asset/Rock.png") 1x, url("/Asset/Rockx22.jpg") 2x);
2020

2121
/*
2222
For screens WIDER than 1080p but smaller than 2K/QHD.
@@ -25,8 +25,8 @@ html {
2525
@media (min-width: 1921px) {
2626
& {
2727
background-image: image-set(
28-
url("/Rockx22.jpg") 1x,
29-
url("/Rockx22x22.jpg") 2x
28+
url("/Asset/Rockx22.jpg") 1x,
29+
url("/Asset/Rockx22x22.jpg") 2x
3030
);
3131
}
3232
}
@@ -37,7 +37,7 @@ html {
3737
*/
3838
@media (min-width: 2560px) {
3939
& {
40-
background-image: url("/Rockx22x22.jpg");
40+
background-image: url("/Asset/Rockx22x22.jpg");
4141
}
4242
}
4343

@@ -106,7 +106,7 @@ body {
106106

107107
padding: 0;
108108

109-
background-image: url("/Background.svg");
109+
background-image: url("/Asset/Background.svg");
110110

111111
background-repeat: no-repeat;
112112

395 KB
395 KB
393 KB
392 KB
394 KB

0 commit comments

Comments
 (0)