diff --git a/zdblack/theme/links.css b/zdblack/theme/links.css index 56d7605..1018ba7 100644 --- a/zdblack/theme/links.css +++ b/zdblack/theme/links.css @@ -70,7 +70,7 @@ a.topictitle { /* a.topictitle:visited { color: #d2d2d2; } */ a.topictitle:hover { - color: #bcbcbc; + color: #eeeeee; text-decoration: underline; } @@ -107,7 +107,7 @@ a.topictitle:active { /* Profile links */ .postprofile a:link, .postprofile a:visited, .postprofile dt.author a { font-weight: bold; - color: ##5aa2d2; + color: #5aa2d2; text-decoration: none; }