fix emptycontent font color lightness

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-03-26 15:19:41 +02:00
parent ec6853a2a6
commit 8654139b3c
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ body {
}
#emptycontent, .emptycontent {
color: nc-darken($color-main-background, 8%);
color: nc-lighten($color-main-text, 53%);
text-align: center;
margin-top: 30vh;
width: 100%;