Merge pull request #4069 from nextcloud/fix-emptycontent-font-color

fix emptycontent font color lightness
This commit is contained in:
Morris Jobke 2017-03-26 12:59:58 -06:00 committed by GitHub
commit 84b5521981
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%;