mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-09 23:40:58 +00:00
add 50% translucent black and white text
This commit is contained in:
parent
4f05e3b735
commit
3417c54ad7
1 changed files with 3 additions and 0 deletions
|
|
@ -48,6 +48,9 @@
|
|||
.text-body { color: $body-color !important; }
|
||||
.text-muted { color: $text-muted !important; }
|
||||
|
||||
.text-black-50 { color: rgba($black, .5) !important; }
|
||||
.text-white-50 { color: rgba($white, .5) !important; }
|
||||
|
||||
// Misc
|
||||
|
||||
.text-hide {
|
||||
|
|
|
|||
Loading…
Reference in a new issue