From 7e89b4ec76a8cb4b28670fa3602a389cca0cbc55 Mon Sep 17 00:00:00 2001 From: blakenorthrup Date: Fri, 29 Apr 2022 09:53:53 -0500 Subject: [PATCH] Update terminal.css --- CSS/addons/unraid/login-page/fallout/terminal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS/addons/unraid/login-page/fallout/terminal.css b/CSS/addons/unraid/login-page/fallout/terminal.css index 2ee8a99f..f9102d69 100644 --- a/CSS/addons/unraid/login-page/fallout/terminal.css +++ b/CSS/addons/unraid/login-page/fallout/terminal.css @@ -1,7 +1,7 @@ @import url("https://theme-park.dev/CSS/addons/unraid/login-page/fallout/fallout_base.css"); :root { --main-bg-color: url(https://theme-park.dev/CSS/addons/unraid/login-page/fallout/wallpaper/terminal.jpg) center center/cover no-repeat fixed; - --logo: url(http://northrup.cloud/TRON.png) center no-repeat; + --logo: url(https://raw.githubusercontent.com/blakenorthrup/theme.park/develop/CSS/addons/unraid/login-page/fallout/logo/TRON.png) center no-repeat; --text-color: #14F074; --input-color: #14F074; --link-color: #14F074;