Fixed font color in history

This commit is contained in:
Martin Mahner 2018-03-27 21:05:13 +02:00
parent ac8789e442
commit 859a8a7f9c

View file

@ -27,7 +27,7 @@
.history-empty { .history-empty {
padding: 40px $boxPadding; padding: 40px $boxPadding;
color: $codeTextColor; color: $textColor;
} }