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