add history
This commit is contained in:
@@ -47,3 +47,11 @@ a:hover {
|
||||
.badge {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
@each $color, $value in $theme-colors {
|
||||
@if $color == 'depart' {
|
||||
@include text-emphasis-variant(".text-#{$color}", $black, true);
|
||||
} @else {
|
||||
@include text-emphasis-variant(".text-#{$color}", darken($value, 30%), true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user