blob: a14e69470fe19ad35b945c60b30ad244005550e6 (
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
|
body {
color: #333;
padding: 14px;
line-height: 22px;
text-align: center;
font-family: helvetica, arial, freesans, clean, sans-serif;
background-image:url('lined_paper.png');
}
span.lastcommit {
font-size: 22px !important;
}
a:hover {
color: #00438A;
text-decoration: underline;
}
a {
color: #0069D6;
text-decoration: none;
}
pre {
color: #404040;
font-family: Monaco, 'Andale Mono', 'Courier New', monospace;
font-size: 12px;
}
|