Skip to content

Commit a6ddd10

Browse files
authored
Merge pull request y7kim#59 from JonathanWade/text-muted-css-fix
Fix text-muted class
2 parents b75e7ec + 5a80895 commit a6ddd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/css/agency.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body {
1111
}
1212

1313
.text-muted {
14-
#{{ site.data.template.color.muted }};
14+
color: #{{ site.data.template.color.muted }};
1515
}
1616

1717
.text-primary {

0 commit comments

Comments
 (0)