-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change colour for current page link in the header to improve contrast when printing #3021
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does exactly what it says on the tin.
Needs a second approval before merging. Probably warrants a changelog entry too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MalcolmVonMoJ Looks good to me too 👍🏻
Before I give this the official github tick, I'd like to ask that you add a changelog entry and squash the commit history. We're happy to handle this if you prefer.
@owenatgov Can you do this please? I don't know how to squash in github. I went to add it to the changelog too, but mistook "feature release" for "future release" and put it in the wrong place. Undid that error, but I think someone else is best to squash and update the changelog as I'm not sure where it is. Also, one of the automated tests was failing and I am not sure what to do about it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving as the code is 👌🏻 I'll tidy up the commit history, add a changelog entry and merge in a jiffy.
4f56eea
to
5c12c89
Compare
Changing the blue back to the brand colour `#1d70b8` when printing. The colour `#1d8feb` is presumably to contrast against the black `#0b0c0c` header, but when printing the header is white, so it makes sense to use a darker blue which contrasts better against white. Linting tests changes Removed trailing spaces and added blank line as per linting test errors Linting tests changes Removed blank line as per linting test errors (yep - the same one that the linter told me to add) Remove whitespace Update changelog with link to PR undid mistake
Changing the blue back to the brand colour
#1d70b8
when printing. The colour#1d8feb
is presumably to contrast against the black#0b0c0c
header, but when printing the header is white#ffffff
, so it makes sense to use a darker blue which contrasts better against white.