CSS: restore variables that are not part of the server

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-11-08 21:19:55 +01:00
committed by Julius Härtl
parent 8324410578
commit 081b3520a0

View File

@@ -22,6 +22,11 @@
*
*/
$color-warning-light: nc-lighten($color-warning, 15%);
$color-lightgrey: nc-darken($color-main-background, 4%);
$color-grey: nc-darken($color-main-background, 7%);
$color-darkgrey: nc-darken($color-main-background, 32%);
/**
* General styles
*/