1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00

Merge branch 'v4-dev' of https://github.com/HMUDesign/bootstrap into HMUDesign-v4-dev

This commit is contained in:
Mark Otto
2016-10-30 13:38:44 -07:00
4 changed files with 18 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
//
.bg-faded {
background-color: $gray-lightest;
background-color: darken($body-bg, 3%);
}
@include bg-variant('.bg-primary', $brand-primary);