mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
add 50% translucent black and white text
This commit is contained in:
parent
4f05e3b735
commit
3417c54ad7
@ -48,6 +48,9 @@
|
|||||||
.text-body { color: $body-color !important; }
|
.text-body { color: $body-color !important; }
|
||||||
.text-muted { color: $text-muted !important; }
|
.text-muted { color: $text-muted !important; }
|
||||||
|
|
||||||
|
.text-black-50 { color: rgba($black, .5) !important; }
|
||||||
|
.text-white-50 { color: rgba($white, .5) !important; }
|
||||||
|
|
||||||
// Misc
|
// Misc
|
||||||
|
|
||||||
.text-hide {
|
.text-hide {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user