// a few minor things are in main.css and gitweb.css $comment-background-color: #ebeae4; $comment-br-color: #c4c3bc; // a darkish color, black is too striking $comment-date-color: #555; // a bit lighter for less emphasis $content-color: #f6f6f0; // from gitweb. $inline-code-background-color: #fff; $link-color: #0645ad; $link-visited-color: #0b0080; $main-column-max-width: 700px; $page-header-link-color: #333; $site-background-color: #d9d8d1; // from gitweb. $text-input-color: #fff; body { background-color: $site-background-color; // default too bright. use gitweb's color font-family: "Lucida Sans Unicode","Lucida Grande","Verdana","FreeSans",sans-serif; margin: 0; // get rid of the small default margin so we can stripe the page }