diff options
| author | Siri Reiter <siri@jones.dk> | 2008-10-22 19:13:11 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2015-02-27 19:23:34 +0100 |
| commit | 1a4393856770dca4625ce3b9208cfb96b68acbf2 (patch) | |
| tree | 816ba3e6fa0c3a07f637a91d3867a5845eaf5558 | |
| parent | 3f2bffa18f074778f1ca772706094e939ea71e6d (diff) | |
Dim grey body text (trying).
| -rw-r--r-- | local.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ /* Add local styling here, instead of modifying style.css. */ -body { - color: darkgrey; +.body { + color: dimgrey; } a, |
