We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After a CSS experiment to review how the background pattern could be improved without use of image, let’s apply the change everywhere.
Problem is that some visual elements doesn’t play well with the new pattern.
At this time, only the default web server page has the new pattern.
To do this, we have to remove the use of the following (and similar code);
html { background: #ece5d7; background-image: url(//www.webplatform.org/assets/bg-pattern.png); }
into
html { background-color: #F0EBDD; background-image: linear-gradient(transparent 50%, rgba(219,215,202,.2) 50%); background-size: 3px 3px; }
The CSS badly needs some love. Making the change needs to be done everywhere, in the same time, without breaking the consistency.
👎
👍
The text was updated successfully, but these errors were encountered:
webplatform/ops#165 proposal
1eec7fa
Change-Id: I40cae79faff8b78ed3577a5b5c237c4d18460024
110ef5d
No branches or pull requests
After a CSS experiment to review how the background pattern could be improved without use of image, let’s apply the change everywhere.
Problem is that some visual elements doesn’t play well with the new pattern.
At this time, only the default web server page has the new pattern.
To do this, we have to remove the use of the following (and similar code);
into
Problem
The CSS badly needs some love. Making the change needs to be done everywhere, in the same time, without breaking the consistency.
Blog
👎
Homepage
👍
Patches
The text was updated successfully, but these errors were encountered: