summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-10-22 20:11:02 +0200
committerJonas Smedegaard <dr@jones.dk>2015-02-27 19:23:35 +0100
commit00f724225c6a4cfbad3d360430169957df35013f (patch)
tree7a635e7d7a82c0d328e396dbfadfcd62cac84fd4
parent7c413a7b243f21149af584491440678d6faf6aa1 (diff)
Remove dimgrey from bodytext, links normal, not bold.
-rw-r--r--local.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/local.css b/local.css
index 7f02385..2d44f45 100644
--- a/local.css
+++ b/local.css
@@ -2,13 +2,10 @@
/* Add local styling here, instead of modifying style.css. */
-p {
- color: dimgrey;
-}
-
a,
a:hover,
a:visited {
+ font-weight: normal;
color: green;
}