diff options
author | Siri Reiter <siri@jones.dk> | 2008-10-22 19:17:44 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2008-10-22 19:17:44 +0200 |
commit | 5a2f4bcd4fac5eca84e0b44d636795be82a6df7b (patch) | |
tree | de27cf0ae1ae904b0cc413d964e6d3d613cd05bb | |
parent | c996997607c0d6a8a490274c6d6ab86381672dab (diff) |
Dim grey body text (still trying).
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ /* Add local styling here, instead of modifying style.css. */ -.body { +body { color: dimgrey; } |