set font-weight to normal for plans

This commit is contained in:
Girish Ramakrishnan
2016-06-28 16:53:11 -05:00
parent 4be3f484d0
commit 4939363296
2 changed files with 5 additions and 1 deletions

View File

@@ -903,6 +903,10 @@ $graphs-success-alt: lighten(#27CE65, 20%);
}
}
.plans label {
font-weight: normal;
}
// ----------------------------
// Support
// ----------------------------