diff --git a/app/assets/stylesheets/sections/header.scss b/app/assets/stylesheets/sections/header.scss index e315b4e..46a5a48 100644 --- a/app/assets/stylesheets/sections/header.scss +++ b/app/assets/stylesheets/sections/header.scss @@ -155,7 +155,10 @@ header { } .project_name { a { - color: #FFF; + color: #DDD; + &:hover { + color: #FFF; + } } color: #fff; text-shadow: 0 1px 1px #444; diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml index 10bd90b..80c83a9 100644 --- a/app/views/users/show.html.haml +++ b/app/views/users/show.html.haml @@ -14,7 +14,7 @@ %small member since #{@user.created_at.stamp("Nov 12, 2031")} .clearfix %hr - %h5 Recent events + %h5 User Activity: = render @events .span4 = render 'profile', user: @user -- libgit2 0.21.2