Add variables for light/dark color variants

This commit is contained in:
Andreas Nedbal 2020-05-05 02:02:33 +02:00
parent 880429f5f9
commit 04c4e4c7f1
1 changed files with 5 additions and 1 deletions

View File

@ -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;