From: Chris Lattner Date: Wed, 12 Nov 2003 20:24:39 +0000 (+0000) Subject: This color is making me want to puke :) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2f002b5e0bd2f336c7034280f671958e0156b4e9;p=oota-llvm.git This color is making me want to puke :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9928 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/llvm.css b/docs/llvm.css index 1b30c063b02..2f234daaa7f 100644 --- a/docs/llvm.css +++ b/docs/llvm.css @@ -10,7 +10,7 @@ */ /* Common for title and header */ .doc_title, .doc_section, .doc_subsection { - color: #eeeeff; background: #330077; + color: #ffffff; background: #330077; font-family: "Georgia,Palatino,Times,Roman"; font-weight: bold; padding-left: 8pt }