diff options
author | ot <ot@localhost> | 2007-06-15 15:53:38 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-06-15 15:53:38 +0000 |
commit | 18fc0d37e0768b0738460bf2013bc5f742a44e71 (patch) | |
tree | ab274265f7f3005b918369def18893660308c336 | |
parent | 87c69911aeba1fded2230d9515a3dcabb53e467b (diff) | |
download | markup-validator-18fc0d37e0768b0738460bf2013bc5f742a44e71.zip markup-validator-18fc0d37e0768b0738460bf2013bc5f742a44e71.tar.gz markup-validator-18fc0d37e0768b0738460bf2013bc5f742a44e71.tar.bz2 |
making the hovered-on tabs have darker text than when not hovered,
as suggested by Ville in http://www.w3.org/mid/C32255C7-88C5-48BC-8D95-D305A831485B@iki.fi
-rw-r--r-- | htdocs/style/base.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/style/base.css b/htdocs/style/base.css index cca1533..fd61b1c 100644 --- a/htdocs/style/base.css +++ b/htdocs/style/base.css @@ -353,11 +353,11 @@ ul#tabset_tabs li a:link, ul#tabset_tabs li a:visited { } ul#tabset_tabs li a:hover, ul#tabset_tabs li a:active { - color: #6887b5; + color: #1f2126; } ul#tabset_tabs li a:hover span, ul#tabset_tabs li a:active span { - color: #808c9d; + color: #3d424f; } ul#tabset_tabs li.selected span { |