diff --git a/app/assets/stylesheets/base.css.scss b/app/assets/stylesheets/base.css.scss index c2f74b76..8bb46eb2 100644 --- a/app/assets/stylesheets/base.css.scss +++ b/app/assets/stylesheets/base.css.scss @@ -53,4 +53,8 @@ body { .smiles { margin-bottom: 7px; +} + +.j2-lh { + color: #fff; } \ No newline at end of file diff --git a/app/views/user/show_follow.html.haml b/app/views/user/show_follow.html.haml index 6550f6d1..89e428de 100644 --- a/app/views/user/show_follow.html.haml +++ b/app/views/user/show_follow.html.haml @@ -4,7 +4,7 @@ = render 'user/profile_info' .hidden-xs= render 'shared/links' .col-md-9.col-xs-12.col-sm-9 - %h1= @title + %h1.j2-lh= @title #users - @users.each do |user| .col-sm-6