]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix emptycontent font color lightness 4069/head
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Sun, 26 Mar 2017 13:19:41 +0000 (15:19 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Sun, 26 Mar 2017 13:19:41 +0000 (15:19 +0200)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
core/css/styles.scss

index 2bec3c8d3b1f1585e2eea14f436985743f2ed1fb..8f20180f20186809c23bf948b63327392ef27fec 100644 (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%;