Skip to content

Commit 292b1f0

Browse files
author
KDallas
committed
Update paths to background images
1 parent 4406790 commit 292b1f0

6 files changed

Lines changed: 6 additions & 28 deletions

File tree

Fantasy/Fantasy.css

Lines changed: 1 addition & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Fantasy/Fantasy.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ body, .bodyTab, .tabHeaderContainer {
9797

9898
body {
9999
background-color: black;
100-
background-image: url(../Images/Fantasy_body.webp);
100+
background-image: url('./background-body.webp');
101101
backdrop-filter: saturate(1.2) brightness(0.7);
102102
}
103103

Screwed-Purple/Screwed-Purple.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Obey The Fist!
1212
@keyframes fadein { 0% { opacity: 0; } 10% { opacity: 0.1; } 20% { opacity: 0.2; } 30% { opacity: 0.3; } 40% { opacity: 0.4; } 50% { opacity: 0.5; } 60% { opacity: 0.6; } 70% { opacity: 0.7; } 80% { opacity: 0.8; } 90% { opacity: 0.9; } 100% { opacity: 1; } }
1313
#tab_ADSModule_Instances, #mainBody, .bodyTab { background:none; }
1414
html {
15-
background-image:url("../Images/Screwed-Purple_html.png");
15+
background-image:url('./background-html.png');
1616
}
1717
body {
1818
background: linear-gradient(-45deg, #2f005fAA, #37006fBB, #430088AA, #2f005fAA);

Shadow-Red/Shadow-Red.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Recolored and Renamed by Panics
1414
@keyframes fadein { 0% { opacity: 0; } 10% { opacity: 0.1; } 20% { opacity: 0.2; } 30% { opacity: 0.3; } 40% { opacity: 0.4; } 50% { opacity: 0.5; } 60% { opacity: 0.6; } 70% { opacity: 0.7; } 80% { opacity: 0.8; } 90% { opacity: 0.9; } 100% { opacity: 1; } }
1515
#tab_ADSModule_Instances, #mainBody, .bodyTab { background:none; }
1616
html {
17-
background-image:url("../Images/Shadow-Red_html.jpg");
17+
background-image:url('./background-html.jpg');
1818
background-repeat: no-repeat;
1919
background-size: cover;
2020
}

Southern-Blue/Southern-Blue.css

Lines changed: 1 addition & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Southern-Blue/Southern-Blue.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ body, .bodyTab, .tabHeaderContainer {
106106

107107
body {
108108
background-color: @thBgMain;
109-
background-image: url(../Images/SouthernBlue_body.png);
109+
background-image: url('./background-body.png');
110110
}
111111

112112
.tabHeaderContainer {

0 commit comments

Comments
 (0)