From b295a274ddd16e7c1b4d92e1659fce86c8ad9b97 Mon Sep 17 00:00:00 2001 From: sjabby Date: Thu, 27 Jun 2019 19:25:43 +0200 Subject: [PATCH 1/2] typo --- CSS/themes/sonarr/hotline.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/sonarr/hotline.css b/CSS/themes/sonarr/hotline.css index 7fce8b9b..4a283d94 100644 --- a/CSS/themes/sonarr/hotline.css +++ b/CSS/themes/sonarr/hotline.css @@ -11,7 +11,7 @@ /* Made by @gilbN */ /* https://github.com/gilbN/theme.park */ -/* SONARR DARK THEME */ +/* SONARR HOTLINE THEME */ @import url(https://gilbn.github.io/theme.park/CSS/themes/sonarr/sonarr-base.css); :root { --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; @@ -20,4 +20,4 @@ --custom-buttons-color: radial-gradient(ellipse at center, #F44336 0%, #3F51B5 100%) center center/cover no-repeat fixed; --hompage-item-hover: radial-gradient(ellipse at center, rgba(0, 150, 136, 0.33) 0%, #b53f3f73 100%) center center/cover no-repeat fixed; --notification-box-line: #F44336; -} \ No newline at end of file +} From 39940279377a3c756eff49dc6547f09939df398e Mon Sep 17 00:00:00 2001 From: sjabby Date: Thu, 27 Jun 2019 19:26:31 +0200 Subject: [PATCH 2/2] Update aquamarine.css --- CSS/themes/sonarr/aquamarine.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/sonarr/aquamarine.css b/CSS/themes/sonarr/aquamarine.css index dd3df938..93b29c37 100644 --- a/CSS/themes/sonarr/aquamarine.css +++ b/CSS/themes/sonarr/aquamarine.css @@ -11,7 +11,7 @@ /* Made by @gilbN */ /* https://github.com/gilbN/theme.park */ -/* SONARR DARK THEME */ +/* SONARR AQUAMARINE THEME */ @import url(https://gilbn.github.io/theme.park/CSS/themes/sonarr/sonarr-base.css); :root { --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; @@ -20,4 +20,4 @@ --custom-buttons-color: radial-gradient(ellipse at center, #3F51B5 0%, #009688 100%) center center/cover no-repeat fixed; --hompage-item-hover: radial-gradient(ellipse at center, rgba(0, 150, 136, 0.33) 0%, #b53f3f73 100%) center center/cover no-repeat fixed; --notification-box-line: #009688; -} \ No newline at end of file +}