diff options
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index 1a1c331..d4d0aff 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -978,7 +978,12 @@ h2 { background-image: url(/assets/homepage-background.jpg); } +/* logged in menu */ .js-loaded .navigation .logged-in-menu { width: auto; - background-color: $color_primary; + background-color: darken($color_primary, 10%); +} + +.dashboard-profile__name, .dashboard-profile__email { + color: #ccc; } |