diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 0e21eb7de..7f6cf94cf 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -55,8 +55,9 @@
.avatar
= owner_image_tag
= link_to current_user.real_name, '#'
- %li= link_to "profile", current_user.person
- %li= link_to "settings", edit_user_path(current_user)
+ %li= link_to "view profile", current_user.person
+ %li= link_to "edit profile", edit_person_path(current_user.person)
+ %li= link_to "account settings", edit_user_path(current_user)
%li= link_to t('.logout.'), destroy_user_session_path
= render "shared/aspect_nav"
diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass
index c4da5d4fc..739a0ffac 100644
--- a/public/stylesheets/sass/application.sass
+++ b/public/stylesheets/sass/application.sass
@@ -855,6 +855,9 @@ h1.big_text
:padding 4px 10px
:color #CCC
+ :background
+ :color #222
+
&:hover
:background
:color #000