aboutsummaryrefslogtreecommitdiff
path: root/app.css
blob: 0a5ecdf033bd5c0b007a2e26ca327500100084bd (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
33
34
35
36
body {
  color: #333;
  padding:  14px;
  line-height: 22px;
  width: 650px;
  margin: 0 auto;
  font-family: helvetica, arial, freesans, clean, sans-serif;
}

body > * {
  text-align: center;
}

span.lastcommit-widget {
  font-size: 22px !important;
  display: flex;
  justify-content: center;
}

a:hover {
  color: #00438A;
  text-decoration: underline;
}

a {
  color: #0069D6;
  text-decoration: none;
}

pre {
  color: #404040;
  font-family: Monospace, 'Andale Mono', 'Courier New';
  font-size: 12px;
  text-align: left;
  border: 0 !important;
}