From 06cb33559c728a19e34cc0feed707a91476665e4 Mon Sep 17 00:00:00 2001 From: Sid Date: Wed, 30 Jun 2021 20:44:12 +0530 Subject: [PATCH] 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;