diff --git a/app/assets/stylesheets/specific/posts.css.scss b/app/assets/stylesheets/specific/posts.css.scss index c54ef22ab..318f54f70 100644 --- a/app/assets/stylesheets/specific/posts.css.scss +++ b/app/assets/stylesheets/specific/posts.css.scss @@ -40,15 +40,15 @@ article.post-preview.post-status-flagged img { } div#c-posts { - li.category-1 a { + .category-1 a { color: #A00; } - li.category-3 a { + .category-3 a { color: #A0A; } - li.category-4 a { + .category-4 a { color: #0A0; } diff --git a/app/views/comments/partials/index/_header.html.erb b/app/views/comments/partials/index/_header.html.erb index 674b5c6fb..9b0811a2c 100644 --- a/app/views/comments/partials/index/_header.html.erb +++ b/app/views/comments/partials/index/_header.html.erb @@ -25,7 +25,7 @@