Fix merge requests page dark mode
What does this MR do and why?
This MR fixes dark mode on the merge requests page. The issue was caused by failing to use CSS variables for the colours when moving global CSS to page bundles in !79897 (merged)
Screenshots or screen recordings
Before !79897 (merged) | After !79897 (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 merge requests page, e.g.
http://127.0.0.1:3000/h5bp/html5-boilerplate/-/merge_requests/1
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.