Browse Source

Merge branch 'master' of https://github.com/GilbN/theme.park

pull/226/head
gilbN 4 years ago
parent
commit
0eaaf1c731
  1. 2
      CSS/themes/unraid/dark.css
  2. 2
      CSS/themes/unraid/hotline.css

2
CSS/themes/unraid/dark.css

@ -24,7 +24,7 @@
--text: #b7b7b7; --text: #b7b7b7;
--text-hover: #fff; --text-hover: #fff;
--text-muted: #6c757d; --text-muted: #6c757d;
--link-hover: rgba(255, 255, 255, 0.45); --link-color: rgba(255, 255, 255, 0.45);
--heatmap-color-1: #303030; --heatmap-color-1: #303030;
--heatmap-color-2: #5E5E5E; --heatmap-color-2: #5E5E5E;

2
CSS/themes/unraid/hotline.css

@ -24,7 +24,7 @@
--text: #eee; --text: #eee;
--text-hover: #fff; --text-hover: #fff;
--text-muted: #6c757d; --text-muted: #6c757d;
--link-hover: #F44336; --link-color: #fff;
--heatmap-color-1: #690000; --heatmap-color-1: #690000;
--heatmap-color-2: #890000; --heatmap-color-2: #890000;

Loading…
Cancel
Save