add history

This commit is contained in:
axolotle
2021-06-30 21:09:02 +02:00
parent 626673c0af
commit 8af8bbc73f
7 changed files with 257 additions and 4 deletions
@@ -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);
}
}