From 498e9884d1805f69626da6139b41e2fed48a16da Mon Sep 17 00:00:00 2001 From: Dominic Felber <33824986+Felbeeey@users.noreply.github.com> Date: Fri, 11 Dec 2020 10:36:57 +0100 Subject: [PATCH] Update custom.css --- CSS/addons/unraid/login-page/alien/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/addons/unraid/login-page/alien/custom.css b/CSS/addons/unraid/login-page/alien/custom.css index 9fe7c839..92848b8e 100644 --- a/CSS/addons/unraid/login-page/alien/custom.css +++ b/CSS/addons/unraid/login-page/alien/custom.css @@ -1,7 +1,7 @@ @import url("https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/alien/alien_base.css"); :root { --main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed, - url(https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/alien/wallpaper/hallway2.jpg) center center/cover no-repeat fixed; + url(https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/alien/wallpaper/ripley.jpg) center center/cover no-repeat fixed; --logo: url(https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/alien/logo/nostromogreen2.png) center no-repeat; --text-color: #37f592; --input-color: #37f592; @@ -19,4 +19,4 @@ --div-background-color-15: rgba(0, 255, 111, 0.03); --text-shadow: 0 0 8px; --box-shadow: 0 0 15px; -} \ No newline at end of file +}