Skip to content

Commit

Permalink
fix: Fix incorrect banner colour
Browse files Browse the repository at this point in the history
  • Loading branch information
katie-gardner committed Nov 20, 2024
1 parent b98b71a commit e1785ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Dfe.PlanTech.Web.Node/styles/scss/hero-banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
}

section.dfe-page-header{
background-color: #e6ebf0;
background-color: #ebf2f6;
margin-top: 0px;
}

div.dfe-page-header-inner {
padding-top: 15px;
padding-bottom: 0;
}
}
2 changes: 1 addition & 1 deletion src/Dfe.PlanTech.Web/wwwroot/css/application.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Dfe.PlanTech.Web/wwwroot/css/application.css.map

Large diffs are not rendered by default.

0 comments on commit e1785ae

Please sign in to comment.