diff options
Diffstat (limited to 'htdocs/base.css')
-rw-r--r-- | htdocs/base.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/base.css b/htdocs/base.css index cfd8a11..bf88749 100644 --- a/htdocs/base.css +++ b/htdocs/base.css @@ -4,7 +4,7 @@ Copyright 2000-2005 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: base.css,v 1.41 2005-02-16 03:37:34 ot Exp $ + $Id: base.css,v 1.42 2005-02-16 03:50:27 ot Exp $ */ @import url(results.css); /* CSS for validation results. */ @@ -153,13 +153,13 @@ h4 { */ a:link, a:visited { - color: #036; + color: #005A9C; text-decoration: none; } a:hover, a:active { - color: #036; + color: #005A9C; text-decoration: underline; } |