mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
add $inverse-bg and $inverse-color
This commit is contained in:
@@ -101,6 +101,8 @@ $border-width: 1px !default;
|
||||
|
||||
$body-bg: #fff !default;
|
||||
$body-color: $gray-dark !default;
|
||||
$inverse-bg: $gray-dark !default;
|
||||
$inverse-color: $gray-lighter !default;
|
||||
|
||||
|
||||
// Links
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user