-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Add a CSS reset to the docs #17929
Comments
The Steam in-game browser is still on Chromium 35 (known security bugs and all) so I think this is more a problem on their end. |
We probably just need to set |
Web frontent engineers would use "CSS Reset" scripts: |
we are already using http://necolas.github.io/normalize.css/3.0.0/normalize.css |
It doesn't really matter that we're using a CSS reset because CSS resets won't do what was originally asked in this issue. If you set body/headline text color, then you have to set the background color too; otherwise you get conflicts with user and user agent stylesheets, like with Steam's browser. CSS resets don't usually set background or text colors on main elements, and they shouldn't. |
minor: Improve documentation for `InvocationStrategy` cc rust-lang/rust-analyzer#17888
Both the text and the background are black in the steam ingame browser.
The text was updated successfully, but these errors were encountered: