Fix user stats colour for dark themes

This commit is contained in:
David Taylor 2017-07-22 23:48:31 +01:00
parent f68e711fb2
commit 2ddf365e3a
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;
} }
} }
} }