changeset 27:dce1c0e80dfb

More stylesheet changes
author Atul Varma <varmaa@toolness.com>
date Thu, 05 Jun 2008 23:58:45 -0700
parents ae5c91bf890b
children 70f7edc3e3d4
files PythonForJsProgrammers.css
diffstat 1 files changed, 3 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/PythonForJsProgrammers.css	Thu Jun 05 23:43:48 2008 -0700
+++ b/PythonForJsProgrammers.css	Thu Jun 05 23:58:45 2008 -0700
@@ -1,7 +1,8 @@
 body {
     font-family: helvetica neue, helvetica, arial, sans-serif;
     text-align: center;
-    background: white;
+    background: #eeeeee;
+    color: black;
 }
 
 .document {
@@ -15,17 +16,12 @@
     font-size: larger;
 }
 
-h1 a, h1 a:hover {
+h1 a {
     color: black;
     text-decoration: none;
 }
 
 a {
-    color: grey;
-    text-decoration: none;
-}
-
-a:hover {
     color: black;
     text-decoration: underline;
 }