diff options
author | Siri Reiter <siri@jones.dk> | 2008-10-22 19:17:44 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-02-27 19:23:34 +0100 |
commit | 96105d739c6f43429a9364af77d37072e44ecce9 (patch) | |
tree | 1310c26eb01215b06a301cca8ece429f9aa96240 /local.css | |
parent | 1a4393856770dca4625ce3b9208cfb96b68acbf2 (diff) |
Dim grey body text (still trying).
Diffstat (limited to 'local.css')
-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; } |