Make only current plan bold

This commit is contained in:
Girish Ramakrishnan
2016-06-29 15:27:19 -05:00
parent 4d47c21a74
commit bcc3b4aee7
2 changed files with 7 additions and 3 deletions

View File

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