diff --git a/app/assets/stylesheets/sections/profile.scss b/app/assets/stylesheets/sections/profile.scss index c5a90e2..3117295 100644 --- a/app/assets/stylesheets/sections/profile.scss +++ b/app/assets/stylesheets/sections/profile.scss @@ -46,3 +46,8 @@ margin: 10px 0; } } + +.user-show-username { + font-weight: 200; + color: #666; +} diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml index 566bbdb..65f4650 100644 --- a/app/views/users/show.html.haml +++ b/app/views/users/show.html.haml @@ -9,7 +9,7 @@ %i.icon-edit Edit Profile settings %br - %small #{@user.username} + %span.user-show-username #{@user.username} %br %small member since #{@user.created_at.stamp("Nov 12, 2031")} .clearfix -- libgit2 0.21.2