aboutsummaryrefslogtreecommitdiff
path: root/src-vue
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2023-07-21 13:58:45 +0200
committerGitHub <noreply@github.com>2023-07-21 13:58:45 +0200
commitb0b999f4ba20afdc765ab5cf6c3f1cac2234c6fe (patch)
treea7adbe60789b19f8b2b962b504b1a097b08bf64b /src-vue
parent672ee8e0df804caa4c746dbc9ce7efc5c3674647 (diff)
downloadFlightCore-b0b999f4ba20afdc765ab5cf6c3f1cac2234c6fe.tar.gz
FlightCore-b0b999f4ba20afdc765ab5cf6c3f1cac2234c6fe.zip
feat: Update to new wallpaper (#435)
Diffstat (limited to 'src-vue')
-rw-r--r--src-vue/src/assets/mp_colony020033.jpgbin0 -> 261643 bytes
-rw-r--r--src-vue/src/style.css2
2 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/src/assets/mp_colony020033.jpg b/src-vue/src/assets/mp_colony020033.jpg
new file mode 100644
index 00000000..ed44eca9
--- /dev/null
+++ b/src-vue/src/assets/mp_colony020033.jpg
Binary files differ
diff --git a/src-vue/src/style.css b/src-vue/src/style.css
index 0366b0ed..c66a6248 100644
--- a/src-vue/src/style.css
+++ b/src-vue/src/style.css
@@ -21,7 +21,7 @@ body {
}
#fc_bg__container {
- background: url(/src/assets/wallpaperflare.com_wallpaper.jpg) center no-repeat;
+ background: url(/src/assets/mp_colony020033.jpg) center no-repeat;
background-size: cover;
height: 100%;
width: 100%;