Skip to content

Commit 5a80895

Browse files
authored
Fix text-muted class
Fix for missing "color" property on text-muted class definition
1 parent b75e7ec commit 5a80895

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)