From 8654139b3c04286cccbd389d8c6033b09f970433 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sun, 26 Mar 2017 15:19:41 +0200 Subject: [PATCH] fix emptycontent font color lightness Signed-off-by: Jan-Christoph Borchardt --- core/css/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/styles.scss b/core/css/styles.scss index 2bec3c8d3b..8f20180f20 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -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%;