]> git.armaanb.net Git - stagit.git/commitdiff
style.css: sane style
authorHiltjo Posthuma <hiltjo@codemadness.org>
Fri, 4 Dec 2015 23:36:54 +0000 (00:36 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Fri, 4 Dec 2015 23:36:54 +0000 (00:36 +0100)
style.css

index 0fa610c395841437816a488b1b1394d1d1baa50f..c686f8c35dd71b48698e06d86d922a48f19a5f9f 100644 (file)
--- 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 {