summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-10-22 19:17:44 +0200
committerJonas Smedegaard <dr@jones.dk>2015-02-27 19:23:34 +0100
commit96105d739c6f43429a9364af77d37072e44ecce9 (patch)
tree1310c26eb01215b06a301cca8ece429f9aa96240
parent1a4393856770dca4625ce3b9208cfb96b68acbf2 (diff)
Dim grey body text (still trying).
-rw-r--r--local.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/local.css b/local.css
index 0338b02..0801040 100644
--- a/local.css
+++ b/local.css
@@ -2,7 +2,7 @@
/* Add local styling here, instead of modifying style.css. */
-.body {
+body {
color: dimgrey;
}