mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Fixes #19563: Add variable for setting background-color on .bg-inverse
This commit is contained in:
@@ -2,11 +2,8 @@
|
||||
// Contextual backgrounds
|
||||
//
|
||||
|
||||
// Inverse
|
||||
// TODO: redo this as a proper class
|
||||
.bg-inverse {
|
||||
color: $gray-lighter;
|
||||
background-color: $gray-dark;
|
||||
background-color: $brand-inverse;
|
||||
}
|
||||
|
||||
.bg-faded {
|
||||
|
||||
Reference in New Issue
Block a user