diff options
| author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2025-04-06 18:36:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-06 18:36:08 +0200 |
| commit | 87d99104f89160472f97d1d99049053916c3c71a (patch) | |
| tree | dcf737b927bdb709abe806d75fa51e79f027d0ef /src-vue/src | |
| parent | 66c61074fcb732f61e8e5a1203ad0b9efed85930 (diff) | |
| download | FlightCore-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
Diffstat (limited to 'src-vue/src')
| -rw-r--r-- | src-vue/src/assets/1009235.jpg | bin | 0 -> 740521 bytes | |||
| -rw-r--r-- | src-vue/src/style.css | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/src/assets/1009235.jpg b/src-vue/src/assets/1009235.jpg Binary files differnew file mode 100644 index 00000000..a28f2cbb --- /dev/null +++ b/src-vue/src/assets/1009235.jpg 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%; |
