summaryrefslogtreecommitdiff
path: root/public/style.css
blob: c0fb979d4f6751166e7c0d81e33e4b0bb85bf863 (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
32
a {
  text-decoration: none;
  color: #81a2be;
}

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

table, th, td {
  border: 1px solid #969896;
  border-collapse: collapse;
}

th, td {
  padding: 5px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}