Browse Source

muted text color

pull/166/head
gilbN 4 years ago
parent
commit
33690754f1
  1. 2
      CSS/themes/unraid/aquamarine.css
  2. 2
      CSS/themes/unraid/dark.css
  3. 2
      CSS/themes/unraid/hotline.css
  4. 2
      CSS/themes/unraid/organizr-dark.css
  5. 2
      CSS/themes/unraid/plex.css
  6. 2
      CSS/themes/unraid/space-gray.css

2
CSS/themes/unraid/aquamarine.css

@ -23,7 +23,7 @@
--accent-color-hover: #fff;
--text: #eee;
--text-hover: #fff;
--text-muted: #bbb;
--text-muted: #6c757d;
--link-color: #12afa0;
--heatmap-color-1: #002D24;

2
CSS/themes/unraid/dark.css

@ -23,7 +23,7 @@
--accent-color-hover: #ffffff73;
--text: #b7b7b7;
--text-hover: #fff;
--text-muted: #bbb;
--text-muted: #6c757d;
--link-hover: rgba(255, 255, 255, 0.45);
--heatmap-color-1: #303030;

2
CSS/themes/unraid/hotline.css

@ -23,7 +23,7 @@
--accent-color-hover: #0b3161;
--text: #eee;
--text-hover: #fff;
--text-muted: #bbb;
--text-muted: #6c757d;
--link-hover: #F44336;
--heatmap-color-1: #690000;

2
CSS/themes/unraid/organizr-dark.css

@ -23,7 +23,7 @@
--accent-color-hover: #fff;
--text: #96a2b4;
--text-hover: #fff;
--text-muted: #bbb;
--text-muted: #6c757d;
--link-color: #2cabe3;
--heatmap-color-1: #002A57;

2
CSS/themes/unraid/plex.css

@ -23,7 +23,7 @@
--accent-color-hover: #ffc107;
--text: #eee;
--text-hover: #fff;
--text-muted: #bbb;
--text-muted: #6c757d;
--link-color:#e5a00d;
--heatmap-color-1: #492000;

2
CSS/themes/unraid/space-gray.css

@ -23,7 +23,7 @@
--accent-color-hover: #81a6b7;
--text: #eee;
--text-hover: #fff;
--text-muted: #bbb;
--text-muted: #6c757d;
--link-color: #81a6b7;
--heatmap-color-1: #002634;

Loading…
Cancel
Save