diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index df932ff4e..3e42865a3 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -295,6 +295,8 @@ a.star { color: $secondary_text_color; } + + .avatars { > div { float: left; @@ -326,11 +328,10 @@ a.star { } } a, .number { - font-weight: bold; line-height: 20px; } - .number { - color: $link-color; + .number, i { + color: $secondary_text_color; } .avatar + a { float: left; @@ -462,6 +463,7 @@ iframe { width: 78%; max-width: 800px; .topic-statuses {margin-right: 5px;} + .topic-link {color: $primary_text_color;} } diff --git a/app/assets/stylesheets/desktop/topic.scss b/app/assets/stylesheets/desktop/topic.scss index 92dbc4d25..f54472a2d 100644 --- a/app/assets/stylesheets/desktop/topic.scss +++ b/app/assets/stylesheets/desktop/topic.scss @@ -56,6 +56,7 @@ margin: 0; line-height: 1.2em; overflow: hidden; + a {color: $primary_text_color;} a.badge-category { vertical-align: top; margin-top: 4px; } a.edit-topic { font-size: 15px; position: absolute; margin-left: 8px; } }