Browse Source

Unraid dark - Fix link-color var

pull/222/head
Sid 4 years ago
committed by GitHub
parent
commit
1e649d867a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CSS/themes/unraid/dark.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;

Loading…
Cancel
Save