From 3d028ad48dd87aa4f29d27f885589642b4e72f6b Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Fri, 30 Jul 2021 17:19:49 +0200 Subject: [PATCH] brighter text color --- CSS/variables/aquamarine.css | 2 +- CSS/variables/dark.css | 2 +- CSS/variables/hotline.css | 2 +- CSS/variables/plex.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CSS/variables/aquamarine.css b/CSS/variables/aquamarine.css index e121b4bc..7c099031 100644 --- a/CSS/variables/aquamarine.css +++ b/CSS/variables/aquamarine.css @@ -18,7 +18,7 @@ --link-color-hover: #fff; --label-text-color: #fff; - --text:#bbb; + --text:#ddd; --text-hover: #fff; --text-muted: #999; } \ No newline at end of file diff --git a/CSS/variables/dark.css b/CSS/variables/dark.css index 449f8e2d..d3cc1e67 100644 --- a/CSS/variables/dark.css +++ b/CSS/variables/dark.css @@ -18,7 +18,7 @@ --link-color-hover: #fff; --label-text-color: black; - --text:#bbb; + --text:#ddd; --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 eb3cd5a4..d040d986 100644 --- a/CSS/variables/hotline.css +++ b/CSS/variables/hotline.css @@ -18,7 +18,7 @@ --link-color-hover: #fff; --label-text-color: #fff; - --text:#bbb; + --text:#ddd; --text-hover: #fff; --text-muted: #999; } \ No newline at end of file diff --git a/CSS/variables/plex.css b/CSS/variables/plex.css index f2f5905c..96daae78 100644 --- a/CSS/variables/plex.css +++ b/CSS/variables/plex.css @@ -21,7 +21,7 @@ --link-color-hover: #fff; --label-text-color: #fff; - --text:#bbb; + --text:#ddd; --text-hover: #fff; --text-muted: #999; } \ No newline at end of file