style.css: sane style
1 files changed, 8 insertions(+), 8 deletions(-) | |||
---|---|---|---|
M | style.css | +8 | -8 |
1@@ -1,21 +1,21 @@
2 body {
3 font-family: sans-serif;
4- color: #00ff00;
5- background-color: #000;
6+ color: #333;
7+ background-color: #fff;
8 }
9
10-h1 {
11+h1, h2 {
12 vertical-align: middle;
13 }
14
15-a {
16- color: #00ff00;
17+h1 {
18+ font-size: 140%;
19 }
20
21 hr {
22- color: #00ff00;
23- background-color: #00ff00;
24- border-top: 1px solid #00ff00;
25+ color: #777;
26+ background-color: #777;
27+ border-top: 1px solid #777;
28 }
29
30 pre {