Merge pull request #4986 from davidtaylorhq/stats-colour

Fix user stats colour for dark themes
This commit is contained in:
Régis Hanol 2017-07-23 01:37:40 +02:00 committed by GitHub
commit 14436f2a33
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
display: block; display: block;
color: black; color: $primary;
} }
} }
} }