aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorHiltjo Posthuma <[email protected]>2015-12-05 00:36:54 +0100
committerHiltjo Posthuma <[email protected]>2015-12-05 00:36:54 +0100
commit5734f7aca10abefa680497a5cb0bdaf538b6476a (patch)
treec6b0292a637807ac1a77071e0dda8a8a69f81408 /style.css
parent336b746deb5575f5e41c8e974a13035bbf08647f (diff)
downloadstagit-5734f7aca10abefa680497a5cb0bdaf538b6476a.tar.gz
stagit-5734f7aca10abefa680497a5cb0bdaf538b6476a.zip
style.css: sane style
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/style.css b/style.css
index 0fa610c..c686f8c 100644
--- a/style.css
+++ b/style.css
@@ -1,21 +1,21 @@
body {
font-family: sans-serif;
- color: #00ff00;
- background-color: #000;
+ color: #333;
+ background-color: #fff;
}
-h1 {
+h1, h2 {
vertical-align: middle;
}
-a {
- color: #00ff00;
+h1 {
+ font-size: 140%;
}
hr {
- color: #00ff00;
- background-color: #00ff00;
- border-top: 1px solid #00ff00;
+ color: #777;
+ background-color: #777;
+ border-top: 1px solid #777;
}
pre {