Clean up colors and docs

This commit is contained in:
Patrick Marsceill
2018-11-18 11:07:45 -05:00
parent b52f66a2ee
commit f0bb38e1b8
12 changed files with 106 additions and 25 deletions

View File

@@ -16,6 +16,10 @@
color: $grey-dk-200 !important;
}
.text-grey-dk-250 {
color: $grey-dk-250 !important;
}
.text-grey-dk-300 {
color: $grey-dk-300 !important;
}
@@ -130,6 +134,10 @@
background-color: $grey-dk-200 !important;
}
.bg-grey-dk-250 {
background-color: $grey-dk-250 !important;
}
.bg-grey-dk-300 {
background-color: $grey-dk-300 !important;
}