diff options
author | Siri Reiter <siri@jones.dk> | 2008-10-22 20:11:02 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2008-10-22 20:11:02 +0200 |
commit | 5b0aeeeff19cca87e85e0f232bd729935478ef37 (patch) | |
tree | 8825ea1d0fd25122141c9f9e6da2b047ba94e409 | |
parent | e36b5aaa17a9bb9fb20d2f5f65b62ad024918d2f (diff) |
Remove dimgrey from bodytext, links normal, not bold.
-rw-r--r-- | local.css | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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; } |