0
0
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:
Mark Otto 2018-03-31 14:45:14 -07:00 committed by Mark Otto
parent 4f05e3b735
commit 3417c54ad7

View File

@ -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 {