From 04c4e4c7f1aa67837806faacfe6610a06b0ff6a8 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Tue, 5 May 2020 02:02:33 +0200 Subject: [PATCH] Add variables for light/dark color variants --- app/assets/stylesheets/_variables.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/_variables.scss b/app/assets/stylesheets/_variables.scss index 76e0dadc..86000599 100644 --- a/app/assets/stylesheets/_variables.scss +++ b/app/assets/stylesheets/_variables.scss @@ -38,7 +38,9 @@ $color-names: ( "danger", "warning", "info", - "success" + "success", + "dark", + "light" ); // Avatar variables @@ -82,6 +84,8 @@ $avatar-sizes: ( --warning-text: 255, 255, 255; --info-text: 255, 255, 255; --success-text: 255, 255, 255; + --dark-text: 255, 255, 255; + --light-text: 0, 0, 0; --body-text: 0, 0, 0; --muted-text: 108, 117, 125;