From: Ted Kremenek Date: Tue, 9 Jun 2009 01:28:04 +0000 (+0000) Subject: Update menu colors. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5a5b539df138a98fdd8233b5cb259c6faf77167;p=clang Update menu colors. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73115 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/analyzer/menu.css b/www/analyzer/menu.css index 24da952da0..60cb5a488b 100644 --- a/www/analyzer/menu.css +++ b/www/analyzer/menu.css @@ -26,13 +26,13 @@ display:block; font-weight: bold; text-align: center; - background-color: #EBF0FA; + background-color: #333333; } #menu a { padding:0 .2em; display:block; text-align: center; - background-color: rgb(235,235,235); + background-color: #EBF0FA; } #menu a:visited { color:rgb(100,50,100);