From: Ted Kremenek Date: Mon, 7 Apr 2008 23:43:44 +0000 (+0000) Subject: Tweak message bubble color (gold) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e54eede4079085f35b91cc9a4f5c38a1c4f9890;p=clang Tweak message bubble color (gold) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49357 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Rewrite/HTMLRewrite.cpp b/lib/Rewrite/HTMLRewrite.cpp index 345380f29a..22451ffac3 100644 --- a/lib/Rewrite/HTMLRewrite.cpp +++ b/lib/Rewrite/HTMLRewrite.cpp @@ -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"