Charles Reynolds-Talbot

Results 5 comments of Charles Reynolds-Talbot

Should we declare a `background-color` or should it be omitted to respect the background of the body?

Thanks, Nick. The work done to make GOV.UK accessible to users who change their colours, contrast, etc is great šŸ‘ Iā€™m excited about ā€˜prefers-color-schemeā€™ as it lets us control the...

Code used to hack the Prototype Kit for [http://govuk-dark-mode.herokuapp.com](http://govuk-dark-mode.herokuapp.com) ``` @media screen and (prefers-color-scheme: dark) { body.govuk-template__body { background-color: govuk-colour("black"); color: govuk-colour("white"); } header.govuk-header, div.govuk-header__container { border-bottom: 10px solid #1d70b8;...

The twitter thread commented above shows a screenshot where the Chrome app UI is still Light (presumably as it hasnā€™t been updated with the functionality) and that this could be...

[System-Level Dark Mode coming to iOS13](https://www.apple.com/ios/ios-13-preview/) ā€” meaning a much greater user base with raised expectations using Safari on iPhone.