From db0ce966e3c1452385fdec00d9b06f5f7ca79a5f Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Sat, 31 Jul 2021 14:36:39 +0200 Subject: [PATCH] fix --- CSS/themes/sabnzbd/sabnzbd-base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS/themes/sabnzbd/sabnzbd-base.css b/CSS/themes/sabnzbd/sabnzbd-base.css index 0ba22f3c..ba5bd77a 100644 --- a/CSS/themes/sabnzbd/sabnzbd-base.css +++ b/CSS/themes/sabnzbd/sabnzbd-base.css @@ -9,7 +9,7 @@ /* Made by @gilbN */ /* https://github.com/gilbN/theme.park */ -@import url(https://dev.theme-park.dev/CSS/defaults/placeholders.css); +@import url(https://theme-park.dev/CSS/defaults/placeholders.css); body { background: var(--main-bg-color) !important;