diff options
author | Siri Reiter <siri@jones.dk> | 2009-04-02 09:32:37 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-04-02 09:32:37 +0200 |
commit | aa770511585af789afb7f6b7f74d41a3d11090a5 (patch) | |
tree | e882d626ab3078d0cbce296a072f484b63d48efe | |
parent | bd60944240f56e0c51439323ac1ea7567300463c (diff) |
Emphasize bold and black.
-rw-r--r-- | local.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,9 +24,9 @@ a:hover { } em { + color: black; font-style: normal; - font-weight: normal; - color: #06c; + font-weight: bold; } DIV.header span { |