mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-01 17:32:41 +02:00
add $inverse-bg and $inverse-color
This commit is contained in:
@@ -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