1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-17 14:22:24 +02:00
This commit is contained in:
gilbN 2021-06-30 19:34:22 +02:00
commit 0eaaf1c731
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
--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;

View File

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