]> git.armaanb.net Git - stagit.git/blob - style.css
style.css: sane style
[stagit.git] / style.css
1 body {
2         font-family: sans-serif;
3         color: #333;
4         background-color: #fff;
5 }
6
7 h1, h2 {
8         vertical-align: middle;
9 }
10
11 h1 {
12         font-size: 140%;
13 }
14
15 hr {
16         color: #777;
17         background-color: #777;
18         border-top: 1px solid #777;
19 }
20
21 pre {
22         font-family: monospace;
23 }