Browse Source

Unraid hotline - fix link-color var

pull/222/head
Sid 4 years ago
committed by GitHub
parent
commit
1472befd6b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CSS/themes/unraid/hotline.css

4
CSS/themes/unraid/hotline.css

@ -24,11 +24,11 @@
--text: #eee;
--text-hover: #fff;
--text-muted: #6c757d;
--link-hover: #F44336;
--link-color: #F44336;
--heatmap-color-1: #690000;
--heatmap-color-2: #890000;
--heatmap-color-3: #AC0002;
--heatmap-color-4: #D0191D;
--heatmap-color-5: #F44336;
}
}

Loading…
Cancel
Save