mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 13:48:46 +00:00
fix(chat): restore non-contributor styling
This commit is contained in:
parent
7bd2cbcf04
commit
3eb164adcc
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue