fix(chat): restore non-contributor styling

This commit is contained in:
Sabe Jones
2019-04-11 17:43:07 -05:00
parent 7bd2cbcf04
commit 3eb164adcc

View File

@@ -11,6 +11,10 @@
<style scoped lang="scss">
@import '~client/assets/scss/colors.scss';
a {
color: $gray-50;
}
a.leader { // this is the user name
font-family: 'Roboto Condensed', sans-serif;
font-weight: bold;