aboutsummaryrefslogtreecommitdiff
path: root/public/style.css
blob: 8a1a7d6ddec2b60ae92e1cf640bbce95b4a836b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;
}