You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
306 B

@import "vars";
body {
background-color: $background-color;
color: $normal-text-color;
font-family: -apple-system, helvetica, arial, sans-serif;
line-height: $line-height;
padding: .25em;
}
a {
color: $link-color;
}
a:visited {
color: $visited-link-color;
}
h1, h2 {
text-align: center;
}