From 6699444a492455a856570aa953c90ce49f201264 Mon Sep 17 00:00:00 2001 From: gilbN Date: Fri, 5 Jul 2019 19:27:41 +0200 Subject: [PATCH] lidarr: fixed import link --- CSS/themes/lidarr/aquamarine.css | 2 +- CSS/themes/lidarr/dark.css | 2 +- CSS/themes/lidarr/hotline.css | 2 +- CSS/themes/lidarr/plex.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CSS/themes/lidarr/aquamarine.css b/CSS/themes/lidarr/aquamarine.css index 6c89f440..f9418823 100644 --- a/CSS/themes/lidarr/aquamarine.css +++ b/CSS/themes/lidarr/aquamarine.css @@ -12,7 +12,7 @@ /* https://github.com/gilbN/theme.park */ /* LIDARR AQUAMARINE THEME */ -@import url(https://gilbn.github.io/theme.park/CSS/themes/sonarr/sonarr-base.css); +@import url(https://gilbn.github.io/theme.park/CSS/themes/lidarr/lidarr-base.css); :root { --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; diff --git a/CSS/themes/lidarr/dark.css b/CSS/themes/lidarr/dark.css index 3b3eeadd..13f31fee 100644 --- a/CSS/themes/lidarr/dark.css +++ b/CSS/themes/lidarr/dark.css @@ -12,7 +12,7 @@ /* https://github.com/gilbN/theme.park */ /* LIDARR DARK THEME */ -@import url(https://gilbn.github.io/theme.park/CSS/themes/sonarr/sonarr-base.css); +@import url(https://gilbn.github.io/theme.park/CSS/themes/lidarr/lidarr-base.css); :root { --main-bg-color: #1f1f1f; --modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed; diff --git a/CSS/themes/lidarr/hotline.css b/CSS/themes/lidarr/hotline.css index 58bc3cdc..cd40367d 100644 --- a/CSS/themes/lidarr/hotline.css +++ b/CSS/themes/lidarr/hotline.css @@ -12,7 +12,7 @@ /* https://github.com/gilbN/theme.park */ /* LIDARR HOTLINE THEME */ -@import url(https://gilbn.github.io/theme.park/CSS/themes/sonarr/sonarr-base.css); +@import url(https://gilbn.github.io/theme.park/CSS/themes/lidarr/lidarr-base.css); :root { --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; diff --git a/CSS/themes/lidarr/plex.css b/CSS/themes/lidarr/plex.css index ea74e61b..283a6b46 100644 --- a/CSS/themes/lidarr/plex.css +++ b/CSS/themes/lidarr/plex.css @@ -12,7 +12,7 @@ /* https://github.com/gilbN/theme.park */ /* LIDARR PLEX THEME */ -@import url(https://gilbn.github.io/theme.park/CSS/themes/sonarr/sonarr-base.css); +@import url(https://gilbn.github.io/theme.park/CSS/themes/lidarr/lidarr-base.css); :root { --main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png"); --modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed;