From 33690754f1748663512775ba460fc75c0bc6629f Mon Sep 17 00:00:00 2001 From: gilbN <24592972+gilbN@users.noreply.github.com> Date: Wed, 10 Mar 2021 22:03:42 +0100 Subject: [PATCH] muted text color --- CSS/themes/unraid/aquamarine.css | 2 +- CSS/themes/unraid/dark.css | 2 +- CSS/themes/unraid/hotline.css | 2 +- CSS/themes/unraid/organizr-dark.css | 2 +- CSS/themes/unraid/plex.css | 2 +- CSS/themes/unraid/space-gray.css | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CSS/themes/unraid/aquamarine.css b/CSS/themes/unraid/aquamarine.css index 0e06ee21..cd45e396 100644 --- a/CSS/themes/unraid/aquamarine.css +++ b/CSS/themes/unraid/aquamarine.css @@ -23,7 +23,7 @@ --accent-color-hover: #fff; --text: #eee; --text-hover: #fff; - --text-muted: #bbb; + --text-muted: #6c757d; --link-color: #12afa0; --heatmap-color-1: #002D24; diff --git a/CSS/themes/unraid/dark.css b/CSS/themes/unraid/dark.css index 80cebf77..09cd7d8d 100644 --- a/CSS/themes/unraid/dark.css +++ b/CSS/themes/unraid/dark.css @@ -23,7 +23,7 @@ --accent-color-hover: #ffffff73; --text: #b7b7b7; --text-hover: #fff; - --text-muted: #bbb; + --text-muted: #6c757d; --link-hover: rgba(255, 255, 255, 0.45); --heatmap-color-1: #303030; diff --git a/CSS/themes/unraid/hotline.css b/CSS/themes/unraid/hotline.css index deb8ddae..766250f1 100644 --- a/CSS/themes/unraid/hotline.css +++ b/CSS/themes/unraid/hotline.css @@ -23,7 +23,7 @@ --accent-color-hover: #0b3161; --text: #eee; --text-hover: #fff; - --text-muted: #bbb; + --text-muted: #6c757d; --link-hover: #F44336; --heatmap-color-1: #690000; diff --git a/CSS/themes/unraid/organizr-dark.css b/CSS/themes/unraid/organizr-dark.css index ca4e114c..fe9b09d5 100644 --- a/CSS/themes/unraid/organizr-dark.css +++ b/CSS/themes/unraid/organizr-dark.css @@ -23,7 +23,7 @@ --accent-color-hover: #fff; --text: #96a2b4; --text-hover: #fff; - --text-muted: #bbb; + --text-muted: #6c757d; --link-color: #2cabe3; --heatmap-color-1: #002A57; diff --git a/CSS/themes/unraid/plex.css b/CSS/themes/unraid/plex.css index 1bb795f2..20281ec9 100644 --- a/CSS/themes/unraid/plex.css +++ b/CSS/themes/unraid/plex.css @@ -23,7 +23,7 @@ --accent-color-hover: #ffc107; --text: #eee; --text-hover: #fff; - --text-muted: #bbb; + --text-muted: #6c757d; --link-color:#e5a00d; --heatmap-color-1: #492000; diff --git a/CSS/themes/unraid/space-gray.css b/CSS/themes/unraid/space-gray.css index 0de1a3ee..ef7bdb36 100644 --- a/CSS/themes/unraid/space-gray.css +++ b/CSS/themes/unraid/space-gray.css @@ -23,7 +23,7 @@ --accent-color-hover: #81a6b7; --text: #eee; --text-hover: #fff; - --text-muted: #bbb; + --text-muted: #6c757d; --link-color: #81a6b7; --heatmap-color-1: #002634;