diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-07-21 13:58:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-21 13:58:45 +0200 |
commit | b0b999f4ba20afdc765ab5cf6c3f1cac2234c6fe (patch) | |
tree | a7adbe60789b19f8b2b962b504b1a097b08bf64b /src-vue | |
parent | 672ee8e0df804caa4c746dbc9ce7efc5c3674647 (diff) | |
download | FlightCore-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.jpg | bin | 0 -> 261643 bytes | |||
-rw-r--r-- | src-vue/src/style.css | 2 |
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 Binary files differnew file mode 100644 index 00000000..ed44eca9 --- /dev/null +++ b/src-vue/src/assets/mp_colony020033.jpg 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%; |