diff --git a/addon/styles/components/es-page-header.css b/addon/styles/components/es-page-header.css index 2ad25ad4..894272b8 100644 --- a/addon/styles/components/es-page-header.css +++ b/addon/styles/components/es-page-header.css @@ -1,6 +1,9 @@ .es-page-header { padding-top: 4.5rem; padding-bottom: 4.5rem; + background-image: url('/images/pattern-1.svg'); + background-repeat: no-repeat; + background-position: bottom right; } .es-page-header__title { diff --git a/addon/styles/global.css b/addon/styles/global.css index 009c089e..89683b86 100644 --- a/addon/styles/global.css +++ b/addon/styles/global.css @@ -67,6 +67,10 @@ h6 { .dark { background-color: var(--color-dark); color: var(--color-light); + + & a { + color: var(--color-light); + } } .bg-muted { diff --git a/addon/styles/helpers.css b/addon/styles/helpers.css index a952e133..5fb3a766 100644 --- a/addon/styles/helpers.css +++ b/addon/styles/helpers.css @@ -5,3 +5,7 @@ .margin-bottom-small { margin-bottom: 2rem; } + +.margin-left-small { + margin-left: 2rem; +} diff --git a/addon/templates/components/es-page-header.hbs b/addon/templates/components/es-page-header.hbs index 6320949e..904c1ea8 100644 --- a/addon/templates/components/es-page-header.hbs +++ b/addon/templates/components/es-page-header.hbs @@ -1,8 +1,8 @@
{{@detail}}
+{{@detail}}
{{yield}}