On sign up pages, some text in the page seemed to blend with its background color #116544
-
Select Topic AreaGeneral BodyHi, I just got GitHub Student Developer Pack (thank you GitHub) and when signing up for GitHub Copilot, I noticed that some text in the page seemed to blend with its background color: Both https://github.com/github-copilot/free_signup & https://github.com/github-copilot/signup/settings have this issue. |
Beta Was this translation helpful? Give feedback.
Answered by
vthanhduong
Apr 2, 2024
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
typed-sigterm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


i guess that maybe some attributes of the tags in the page's html code are assigned the wrong value or just some css mistakes.
in dark mode, this page still displays in light mode (as you mentioned).
so i took a look at the page's html code, and changed the "data-color-mode" attribute of a div tag containing it from "light" to "dark" and the page displayed correctly (in dark mode of course).
maybe GitHub will fix it soon.