diff --git a/app/assets/stylesheets/common/base/group.scss b/app/assets/stylesheets/common/base/group.scss index 5d9e5ea2ba4..0c585c74345 100644 --- a/app/assets/stylesheets/common/base/group.scss +++ b/app/assets/stylesheets/common/base/group.scss @@ -138,6 +138,9 @@ table.group-members { tr { .user-info { display: block; + .avatar-flair { + color: $primary; + } } td:first-child { diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index 171ff3deaf7..23dcb1e8019 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -472,6 +472,7 @@ aside.quote { width: 16px; height: 16px; bottom: -3px; + color: $primary; &.rounded { background-size: 12px 12px; border-radius: 8px;