blob: 631a0a845714b600f61aebd16747e61419853eb9 [file] [log] [blame]
main {
background: var(--background);
color: var(--text-color);
padding: 0.75em $m-s;
}
.content {
margin: 0 auto;
max-width: $max-width-m;
}
/* Get the default margins back for these elements */
h1, h2, h3, h4, p, li, figure {
margin: revert;
}
a { color: var(--text-third); }
a:visited { color: var(--text-second); }