aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2025-04-06 18:36:08 +0200
committerGitHub <noreply@github.com>2025-04-06 18:36:08 +0200
commit87d99104f89160472f97d1d99049053916c3c71a (patch)
treedcf737b927bdb709abe806d75fa51e79f027d0ef
parent66c61074fcb732f61e8e5a1203ad0b9efed85930 (diff)
downloadFlightCore-87d99104f89160472f97d1d99049053916c3c71a.tar.gz
FlightCore-87d99104f89160472f97d1d99049053916c3c71a.zip
feat: Update wallpaper (#1092)
As preparation for 3.0 release of FlightCore I'd like to update the wallpaper again to "refresh" FlightCore a bit
-rw-r--r--src-vue/src/assets/1009235.jpgbin0 -> 740521 bytes
-rw-r--r--src-vue/src/style.css2
2 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/src/assets/1009235.jpg b/src-vue/src/assets/1009235.jpg
new file mode 100644
index 00000000..a28f2cbb
--- /dev/null
+++ b/src-vue/src/assets/1009235.jpg
Binary files differ
diff --git a/src-vue/src/style.css b/src-vue/src/style.css
index d322a0dd..68bdcf4b 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/mp_colony020033.jpg) center no-repeat;
+ background: url(/src/assets/1009235.jpg) center no-repeat;
background-size: cover;
height: 100%;
width: 100%;