diff --git a/web/app/components/comment/__username/comment__username.scss b/web/app/components/comment/__username/comment__username.scss index 1546489b..75f1b9ed 100644 --- a/web/app/components/comment/__username/comment__username.scss +++ b/web/app/components/comment/__username/comment__username.scss @@ -1,3 +1,4 @@ .comment__username { - color: #06c5c5; + color: #777; + font-weight: 700; } diff --git a/web/app/components/comment/_view/_admin/comment_view_admin.scss b/web/app/components/comment/_view/_admin/comment_view_admin.scss index 5ab3a17c..9d24f9da 100644 --- a/web/app/components/comment/_view/_admin/comment_view_admin.scss +++ b/web/app/components/comment/_view/_admin/comment_view_admin.scss @@ -1,6 +1,5 @@ .comment_view_admin { .comment__username { - font-weight: 700; color: #ff4700; }; } diff --git a/web/app/components/comment/comment.jsx b/web/app/components/comment/comment.jsx index 79af82b5..9df571cf 100644 --- a/web/app/components/comment/comment.jsx +++ b/web/app/components/comment/comment.jsx @@ -177,7 +177,6 @@ export default class Comment extends Component {