diff options
| author | Christopher Baker <[email protected]> | 2016-04-27 19:37:44 -0700 |
|---|---|---|
| committer | Christopher Baker <[email protected]> | 2016-04-27 19:37:44 -0700 |
| commit | 84f801833d19be05c53e864bf7476bebbb9cafac (patch) | |
| tree | 4b886021a3b5ce9a044cca5dd4f8c10c902a4107 /scss/utilities | |
| parent | 859c12a04405fcc8d4fd89343fa680cf8d6c119e (diff) | |
| download | bootstrap-84f801833d19be05c53e864bf7476bebbb9cafac.tar.xz bootstrap-84f801833d19be05c53e864bf7476bebbb9cafac.zip | |
add $inverse-bg and $inverse-color
Diffstat (limited to 'scss/utilities')
| -rw-r--r-- | scss/utilities/_background.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/utilities/_background.scss b/scss/utilities/_background.scss index 737731c95..000f3ab22 100644 --- a/scss/utilities/_background.scss +++ b/scss/utilities/_background.scss @@ -5,8 +5,8 @@ // Inverse // TODO: redo this as a proper class .bg-inverse { - color: $body-bg; - background-color: $body-color; + color: $inverse-color; + background-color: $inverse-bg; } .bg-faded { |
