1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 21:58:42 +03:00

Merge pull request #124 from amosie/999-accesible-gray

.text-muted to $brand-gray
This commit is contained in:
Mark Otto 2015-06-01 11:28:35 -07:00
commit dbbd2fa10b

View File

@ -40,7 +40,7 @@ blockquote {
}
// Text utilities
.text-muted { color: #999; }
.text-muted { color: $brand-gray; }
.text-danger { color: $brand-red; }
.text-emphasized {