mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
rename .card-inverse to .card-dark, update docs to match
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
// Inverse text within a card for use with dark backgrounds
|
||||
//
|
||||
|
||||
@mixin card-inverse {
|
||||
@mixin card-dark {
|
||||
color: rgba(255,255,255,.65);
|
||||
|
||||
.card-header,
|
||||
@@ -47,7 +47,7 @@
|
||||
}
|
||||
.card-link {
|
||||
@include hover-focus {
|
||||
color: $card-inverse-link-hover-color;
|
||||
color: $card-dark-link-hover-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user