fix emptycontent font color lightness
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
ec6853a2a6
commit
8654139b3c
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue