From 081b3520a0cf5be762d26a0578ae6912d7ea5321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 8 Nov 2017 21:19:55 +0100 Subject: [PATCH] CSS: restore variables that are not part of the server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/style.scss b/css/style.scss index 0cd713019..500c32aa6 100644 --- a/css/style.scss +++ b/css/style.scss @@ -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 */