Browse Source

text color update on base vars

pull/241/head
Marius 4 years ago
parent
commit
8575f7083e
  1. 4
      CSS/variables/aquamarine.css
  2. 2
      CSS/variables/dark.css
  3. 4
      CSS/variables/hotline.css
  4. 4
      CSS/variables/plex.css
  5. 4
      CSS/variables/space-gray.css

4
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;
}

2
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;
}

4
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;
}

4
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;
}

4
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;
}
Loading…
Cancel
Save