File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 @include govuk-typography-common ;
1414}
1515
16- /* ****************/
17- /*
18- An example of some user-supplied styling
19- Not great practice but it illustrates the point
20- */
16+ // An example of some user-supplied styling
17+ // Not great practice but it illustrates the point
2118.govuk-header {
22- background : #008531 !important ;
19+ background : #008531 ;
2320}
2421
2522.govuk-header__container {
26- border-bottom : 10px solid #003d16 !important ;
23+ border-bottom : 10px solid #003d16 ;
2724}
28- /* ****************/
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import Wreck from '@hapi/wreck'
1111import blipp from 'blipp'
1212import { ProxyAgent } from 'proxy-agent'
1313
14-
1514import { config } from '~/src/config/index.js'
1615import { requestLogger } from '~/src/server/common/helpers/logging/request-logger.js'
1716import { requestTracing } from '~/src/server/common/helpers/logging/request-tracing.js'
You can’t perform that action at this time.
0 commit comments