diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-06-09 01:28:57 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-06-09 01:28:57 +0000 |
commit | 8cb2868f8b8ff22d039fcf3a700bf42634e357b2 (patch) | |
tree | 770ab22f085fafd2d24fcc999fce9c2cc5e1b14a | |
parent | b5a5b539df138a98fdd8233b5cb259c6faf77167 (diff) |
More color tweaking.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73116 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/analyzer/menu.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/analyzer/menu.css b/www/analyzer/menu.css index 60cb5a488b..48ef57de66 100644 --- a/www/analyzer/menu.css +++ b/www/analyzer/menu.css @@ -26,7 +26,7 @@ display:block; font-weight: bold; text-align: center; - background-color: #333333; + background-color: #2d58b7; } #menu a { padding:0 .2em; |