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