Commit 3417c54a authored by Mark Otto's avatar Mark Otto Committed by Mark Otto
Browse files

add 50% translucent black and white text

parent 4f05e3b7
3 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!17021v4
Showing with 3 additions and 0 deletions
+3 -0
......@@ -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 {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment