From 8575f7083e40e4cb5eecfe69154c13dafb07f8b6 Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Thu, 29 Jul 2021 17:56:38 +0200 Subject: [PATCH] text color update on base vars --- CSS/variables/aquamarine.css | 4 ++-- CSS/variables/dark.css | 2 +- CSS/variables/hotline.css | 4 ++-- CSS/variables/plex.css | 4 ++-- CSS/variables/space-gray.css | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CSS/variables/aquamarine.css b/CSS/variables/aquamarine.css index 57407dac..e121b4bc 100644 --- a/CSS/variables/aquamarine.css +++ b/CSS/variables/aquamarine.css @@ -18,7 +18,7 @@ --link-color-hover: #fff; --label-text-color: #fff; - --text:#eee; + --text:#bbb; --text-hover: #fff; - --text-muted: #bbb; + --text-muted: #999; } \ No newline at end of file diff --git a/CSS/variables/dark.css b/CSS/variables/dark.css index d5f664c4..449f8e2d 100644 --- a/CSS/variables/dark.css +++ b/CSS/variables/dark.css @@ -18,7 +18,7 @@ --link-color-hover: #fff; --label-text-color: black; - --text:#eee; + --text:#bbb; --text-hover: #fff; --text-muted: #999; } \ No newline at end of file diff --git a/CSS/variables/hotline.css b/CSS/variables/hotline.css index eda1f23c..eb3cd5a4 100644 --- a/CSS/variables/hotline.css +++ b/CSS/variables/hotline.css @@ -18,7 +18,7 @@ --link-color-hover: #fff; --label-text-color: #fff; - --text:#eee; + --text:#bbb; --text-hover: #fff; - --text-muted: #bbb; + --text-muted: #999; } \ No newline at end of file diff --git a/CSS/variables/plex.css b/CSS/variables/plex.css index 04bcda3d..f2f5905c 100644 --- a/CSS/variables/plex.css +++ b/CSS/variables/plex.css @@ -21,7 +21,7 @@ --link-color-hover: #fff; --label-text-color: #fff; - --text: #eee; + --text:#bbb; --text-hover: #fff; - --text-muted: #bbb; + --text-muted: #999; } \ No newline at end of file diff --git a/CSS/variables/space-gray.css b/CSS/variables/space-gray.css index ddfda9c5..7d75ce1d 100644 --- a/CSS/variables/space-gray.css +++ b/CSS/variables/space-gray.css @@ -18,7 +18,7 @@ --link-color-hover: #9adfff; --label-text-color: #fff; - --text: #eee; + --text:#bbb; --text-hover: #fff; - --text-muted: #bbb; + --text-muted: #999; } \ No newline at end of file