Fix projects dark mode colors
What does this MR do and why?
This MR fixes dark mode on the projects page. The issue was caused by failing to use CSS variables for the colours when moving global CSS to page bundles in !79842 (merged)
Screenshots or screen recordings
Before !79842 (merged) | After !79842 (merged) | After the dark mode fix in this MR |
---|---|---|
How to set up and validate locally
- Change theme to dark mode alpha in user preferences
- Check a project page, e.g.
http://127.0.0.1:3000/h5bp/html5-boilerplate/
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.