]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add 50% translucent black and white text
authorMark Otto <markdotto@gmail.com>
Sat, 31 Mar 2018 21:45:14 +0000 (14:45 -0700)
committerMark Otto <markd.otto@gmail.com>
Sun, 1 Apr 2018 05:02:47 +0000 (22:02 -0700)
scss/utilities/_text.scss

index 9ebf731a5ba690d05abf10b99367f9dcf8fc1296..4f6eba506ca1728a5d2410d480cd23863e620c8f 100644 (file)
@@ -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 {