1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-19 07:12:24 +02:00

lidarr: fixed import link

This commit is contained in:
gilbN 2019-07-05 19:27:41 +02:00
parent 76ae9f9608
commit 6699444a49
4 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;