Browse Source

brighter text color

pull/241/head
Marius 3 years ago
parent
commit
3d028ad48d
  1. 2
      CSS/variables/aquamarine.css
  2. 2
      CSS/variables/dark.css
  3. 2
      CSS/variables/hotline.css
  4. 2
      CSS/variables/plex.css

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

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

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

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