From 1e649d867a3a51671d0db5fe0857cddbe40e7f1a Mon Sep 17 00:00:00 2001 From: Sid Date: Tue, 29 Jun 2021 03:53:01 +0530 Subject: [PATCH 1/3] Unraid dark - Fix link-color var --- CSS/themes/unraid/dark.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/unraid/dark.css b/CSS/themes/unraid/dark.css index 582a7727..60c2fa65 100644 --- a/CSS/themes/unraid/dark.css +++ b/CSS/themes/unraid/dark.css @@ -24,11 +24,11 @@ --text: #b7b7b7; --text-hover: #fff; --text-muted: #6c757d; - --link-hover: rgba(255, 255, 255, 0.45); + --link-color: rgba(255, 255, 255, 0.45); --heatmap-color-1: #303030; --heatmap-color-2: #5E5E5E; --heatmap-color-3: #919191; --heatmap-color-4: #C6C6C6; --heatmap-color-5: #FFFFFF; -} \ No newline at end of file +} From 1472befd6bc8bd28255a2ae06bcd698aafff453e Mon Sep 17 00:00:00 2001 From: Sid Date: Tue, 29 Jun 2021 03:53:10 +0530 Subject: [PATCH 2/3] Unraid hotline - fix link-color var --- CSS/themes/unraid/hotline.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/unraid/hotline.css b/CSS/themes/unraid/hotline.css index 28a8c24c..ab68a5d0 100644 --- a/CSS/themes/unraid/hotline.css +++ b/CSS/themes/unraid/hotline.css @@ -24,11 +24,11 @@ --text: #eee; --text-hover: #fff; --text-muted: #6c757d; - --link-hover: #F44336; + --link-color: #F44336; --heatmap-color-1: #690000; --heatmap-color-2: #890000; --heatmap-color-3: #AC0002; --heatmap-color-4: #D0191D; --heatmap-color-5: #F44336; -} \ No newline at end of file +} From 06cb33559c728a19e34cc0feed707a91476665e4 Mon Sep 17 00:00:00 2001 From: Sid Date: Wed, 30 Jun 2021 20:44:12 +0530 Subject: [PATCH 3/3] Unraid hotline: Update link-color to be more readable --- CSS/themes/unraid/hotline.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS/themes/unraid/hotline.css b/CSS/themes/unraid/hotline.css index ab68a5d0..ed2e700a 100644 --- a/CSS/themes/unraid/hotline.css +++ b/CSS/themes/unraid/hotline.css @@ -24,7 +24,7 @@ --text: #eee; --text-hover: #fff; --text-muted: #6c757d; - --link-color: #F44336; + --link-color: #fff; --heatmap-color-1: #690000; --heatmap-color-2: #890000;