--text and --backgroundsans-serif1.5720px.--accent--accent--code-background4rem top margin and is centeredHeading sizes have not been changed. Differences are usually minimal between browsers. You can change them yourself or use a CSS reset.
Here are some common inline elements:
inline code has been given a background and font size of 1remLinks use the accent color variable.
Like links,
blockquotesuse the accent color variable for the left margin border.
Did you know...
...blockquotes can be nested!
body {
color: var(--text);
background-color: var(--background);
font-family: sans-serif;
font-size: 1rem;
line-height: 1.5;
padding: 2rem;
margin: 0 auto;
max-width: 720px;
}
Horizontal rules have been unchanged.
Also always, feel free to change them.