diff options
| author | Siri Reiter <siri@jones.dk> | 2008-10-22 19:08:13 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2015-02-27 19:23:34 +0100 |
| commit | 3f2bffa18f074778f1ca772706094e939ea71e6d (patch) | |
| tree | a3f3b3b08fbfd53acf4a3a8392ee275efd013dec | |
| parent | 5b0c3d5147ee7920e64c986543db28a368190520 (diff) | |
Dark grey body text.
| -rw-r--r-- | local.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ /* Add local styling here, instead of modifying style.css. */ +body { + color: darkgrey; +} a, a:hover, |
