1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

Merge pull request #222 from SDS1337/master

Fix link-color var in unraid dark & hotline
This commit is contained in:
GilbN 2021-06-30 18:59:46 +02:00 committed by GitHub
commit 7aee393817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -24,11 +24,11 @@
--text: #b7b7b7;
--text-hover: #fff;
--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-2: #5E5E5E;
--heatmap-color-3: #919191;
--heatmap-color-4: #C6C6C6;
--heatmap-color-5: #FFFFFF;
}
}

View File

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