aboutsummaryrefslogtreecommitdiff
path: root/html/style.css
blob: f3cf30888202b43392fd9431890f3acd036fe22b (plain)
1
2
3
4
5
6
7
8
9
* {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
body {
  background: #EBE9DA;
  max-width: 50em;
  margin: 0 auto;
  padding: 1.25em;
}