aboutsummaryrefslogtreecommitdiff
path: root/public/style.css
blob: b9970fe8de54665b4c3aee56372dd732c4c9668e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
a {
  text-decoration : none
}

body {
  font-family: sans-serif;
  margin: 40px auto;
  max-width: 650px;
  line-height:1.6;
  font-size:16px;
  backgroud-color:#ffffff;
  color:#454545;
  padding:0 10px;
  text-align:left;
}