summaryrefslogtreecommitdiff
path: root/public/main.css
blob: 529e8d6d5828edc867f905226b7a74e512551f4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
body {
  font-size:1.25em;
  color: #000;
  background: #fff
}

input {
  height:2em;
  padding: .25em;
  border: 1px solid #000
}

#wrapper {
  margin:3em
}