summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-03-26 15:19:41 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-03-26 15:19:41 +0200
commit8654139b3c04286cccbd389d8c6033b09f970433 (patch)
treedf96c132801ef52d56255aaa010233e03b1566dc /core
parentec6853a2a65c284af08f0241699f227516f25464 (diff)
downloadnextcloud-server-8654139b3c04286cccbd389d8c6033b09f970433.tar.gz
nextcloud-server-8654139b3c04286cccbd389d8c6033b09f970433.zip
fix emptycontent font color lightness
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index 2bec3c8d3b1..8f20180f201 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%;