Color alias for tags

This commit is contained in:
Michael Lange 2019-01-11 15:42:32 -08:00 committed by Preetha Appan
parent 6160d8af84
commit cf5f77fe4c
No known key found for this signature in database
GPG Key ID: 9F7C19990A50EAFC
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@
line-height: 1;
height: 1.5em;
&.is-pending {
&.is-pending,
&.is-light {
background: $grey-blue;
color: findColorInvert(darken($grey-blue, 10%));
}