diff options
| author | Mark Otto <[email protected]> | 2018-03-31 14:45:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-03-31 22:02:47 -0700 |
| commit | 3417c54ad757294e9ff5ca68e99585f87803a089 (patch) | |
| tree | b5e00e46e83be5a745d9bf43934bd616da3daca0 /scss/utilities | |
| parent | 4f05e3b73504102d277c9f8a0bbbc7a3776c138f (diff) | |
| download | bootstrap-3417c54ad757294e9ff5ca68e99585f87803a089.tar.xz bootstrap-3417c54ad757294e9ff5ca68e99585f87803a089.zip | |
add 50% translucent black and white text
Diffstat (limited to 'scss/utilities')
| -rw-r--r-- | scss/utilities/_text.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index 9ebf731a5..4f6eba506 100644 --- a/scss/utilities/_text.scss +++ b/scss/utilities/_text.scss @@ -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 { |
