]> granicus.if.org Git - clang/commitdiff
Tweak message bubble color (gold)
authorTed Kremenek <kremenek@apple.com>
Mon, 7 Apr 2008 23:43:44 +0000 (23:43 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 7 Apr 2008 23:43:44 +0000 (23:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49357 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Rewrite/HTMLRewrite.cpp

index 345380f29aa5f4ca5e21c0973e6ccf070308890d..22451ffac38119a165fc4f618e34a44ae8092e16 100644 (file)
@@ -187,7 +187,7 @@ void html::AddHeaderFooterInternalBuiltinCSS(Rewriter& R, unsigned FileID) {
        << " .num { color:#444444 }\n"
        << " .line { padding-left: 1ex; border-left: 3px solid #ccc }\n"
        << " .line { white-space: pre }\n"
-       << " .msg { background-color:#6F9DBE; color:#000000 }\n"
+       << " .msg { background-color:#fff8b4; color:#000000 }\n"
        << " .msg { -webkit-box-shadow:1px 1px 7px #000 }\n"
        << " .msg { -webkit-border-radius:5px }\n"
        << " .msg { font-family:Helvetica, sans-serif; font-size: smaller }\n"