aboutsummaryrefslogtreecommitdiff
path: root/web/style.css
blob: 4e33ceb57e78a6e32b7d556acebd692dae68dda8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
a {
  text-decoration: none;
  color: #4271ae;
}

body {
  font-family: 'DejaVu Sans Mono', monospace;
  margin: 40px auto;
  min-width: 80ch;
  max-width: 80ch;
  line-height: 1.5;
  font-size: 16px;
  background-color: #ffffff;
  color: #4d4d4c;
  padding: 0 10px;
  text-align: left;
  overflow-y: scroll;
}