You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement related to a problem? Please describe.
There are some new and other common reset styles we may want to incorporate by default into our themes. This issue will add some of these styles and, once reviewed, add the enhancements to the project.
Enhancements considered:
font: inherit globally to cover for some browser inconsistencies and provide more font display reliability
margin: 0; padding: 0; globally to ensure there is a reliable spacing reset
color-scheme: dark light; to html - add default color schemes to project - available if needed
hanging-punctuation: first last; - enhance block quotes or large content blocks in quotes
body { min-height: 100svh; } ensure body is at least 100% of viewport hight (including on mobile devices)
Responsive media: set to display: block; and max-width: 100%; by default
All headings: add text-wrap: balance allow browser to set a balanced heading if more than one line
All paragraphs: add text-wrap: pretty ensure there are no orphans on paragraphs that are more than one line
Add smooth scrolling by default
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Is your enhancement related to a problem? Please describe.
There are some new and other common reset styles we may want to incorporate by default into our themes. This issue will add some of these styles and, once reviewed, add the enhancements to the project.
Enhancements considered:
font: inherit
globally to cover for some browser inconsistencies and provide more font display reliabilitymargin: 0; padding: 0;
globally to ensure there is a reliable spacing resetcolor-scheme: dark light;
to html - add default color schemes to project - available if neededhanging-punctuation: first last;
- enhance block quotes or large content blocks in quotesbody { min-height: 100svh; }
ensure body is at least 100% of viewport hight (including on mobile devices)display: block;
andmax-width: 100%;
by defaulttext-wrap: balance
allow browser to set a balanced heading if more than one linetext-wrap: pretty
ensure there are no orphans on paragraphs that are more than one lineCode of Conduct
The text was updated successfully, but these errors were encountered: