summaryrefslogtreecommitdiffstats
path: root/src/style.css
blob: cc6227779d08d589302d4b800e19a6d294132573 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
html {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  margin-top: 60px;
}
td, th {
  border: 1px solid black;
}