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