From c02d4ea1fdad7fd567c8585eeace5ff40a3f54c4 Mon Sep 17 00:00:00 2001 From: Westly Wright Date: Mon, 29 Jan 2018 15:51:46 -0700 Subject: [PATCH] dark colors --- app/styles/components/_page-header.scss | 2 +- lib/shared/addon/components/page-header/template.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/styles/components/_page-header.scss b/app/styles/components/_page-header.scss index 1f65c9492..08ac27c1b 100644 --- a/app/styles/components/_page-header.scss +++ b/app/styles/components/_page-header.scss @@ -148,7 +148,7 @@ $nav-spacing: 4px; .user-auth { line-height: initial; padding: 10px 20px 10px 10px; - background: $accent; + background: $accent-bg; } } diff --git a/lib/shared/addon/components/page-header/template.hbs b/lib/shared/addon/components/page-header/template.hbs index a5f840a01..5c2c89738 100644 --- a/lib/shared/addon/components/page-header/template.hbs +++ b/lib/shared/addon/components/page-header/template.hbs @@ -112,10 +112,10 @@ {{/if}} {{#if isCaas}} -
  • {{#link-to "global-admin.clusters"}}{{t 'nav.environment.manage'}}{{/link-to}}
  • {{/if}} +
  • {{#link-to "authenticated.apikeys"}}{{t 'nav.api.link'}} {{/link-to}}
  • {{#link-to "authenticated.prefs"}}{{t 'nav.userPreferences.link'}} {{/link-to}}