Skip to content

Commit

Permalink
Update colours to Home Office styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-horton-ho-sas committed Nov 8, 2024
1 parent 555321e commit e013ffd
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 38 deletions.
36 changes: 34 additions & 2 deletions docs/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,27 @@
font-weight: 400;
}

html.govuk-template {
background-color: #fff;
}

body, .govuk-template__body {
background-color: #f5f5f5;
color: #0b0c0c;
}

.govuk-header {
background-color: #f1f1f1;
background-color: #fff;
color: #0b0c0c;

.govuk-header__container {
border: none;
padding-top: 20px;
padding-bottom: 20px;
}

.govuk-header__link, .govuk-header__link:visited {
color: #15141A;
color: #0b0c0c;
}

.govuk-header__logo img {
Expand All @@ -22,6 +38,22 @@
width: 100%;
margin-bottom: 10px;
}

.app-site-search__input {
border: 1px #cbcbcb solid;
}
}
}

.govuk-footer {
background-color: #fff;
color: #0b0c0c;
border: none;
padding-top: 0;

.govuk-width-container {
border-top: 10px solid #cbcbcb;
padding-top: 45px;
}
}

Expand Down
62 changes: 26 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e013ffd

Please sign in to comment.