From 3417c54ad757294e9ff5ca68e99585f87803a089 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 31 Mar 2018 14:45:14 -0700 Subject: [PATCH] add 50% translucent black and white text --- scss/utilities/_text.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index 9ebf731a5b..4f6eba506c 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 {