aboutsummaryrefslogtreecommitdiff
path: root/public/brag/002/style.css
blob: 61189f99741881b9ecc2835f652d7176dbaa7dee (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
a {
  text-decoration: none;
  color: #81a2be;
}

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: #1d1f21;
  color: #c5c8c6;
  padding: 0 10px;
  text-align: left;
  overflow-y: scroll;
}

h3 {
  margin-left: 30px;
}

.tab30px {
  margin-left: 30px;
}