summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-10-22 20:11:02 +0200
committerSiri Reiter <siri@jones.dk>2008-10-22 20:11:02 +0200
commit5b0aeeeff19cca87e85e0f232bd729935478ef37 (patch)
tree8825ea1d0fd25122141c9f9e6da2b047ba94e409 /local.css
parente36b5aaa17a9bb9fb20d2f5f65b62ad024918d2f (diff)
Remove dimgrey from bodytext, links normal, not bold.
Diffstat (limited to 'local.css')
-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;
}