summaryrefslogtreecommitdiff
path: root/public/static.css
blob: aa834553a1ca64ab8fdde45835f04947f259a334 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
body {
  color: #666;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  sans-serif;
  margin:0;
  width: 800px;
  margin: auto;
  font-size: 14px;
}
h1 {
  font-size: 56px;
  line-height: 100px;
  font-weight: normal;
  color: #456;
}
h2 { font-size: 24px; color: #666; line-height: 1.5em; }

h3 {
  color: #456;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
}

hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid white;
}