From 67ee3b745e40946c58b372a8f506f46c4259e898 Mon Sep 17 00:00:00 2001 From: amosie Date: Mon, 1 Jun 2015 16:07:31 +0100 Subject: [PATCH] update to brand gray --- scss/_type.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_type.scss b/scss/_type.scss index 6e1e2bfb..2710e211 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -40,7 +40,7 @@ blockquote { } // Text utilities -.text-muted { color: #999; } +.text-muted { color: $brand-gray; } .text-danger { color: $brand-red; } .text-emphasized {