update web server setup dependency
[iankelling.org] / css / common.scss
1 // a few minor things are in main.css and gitweb.css
2
3 $comment-background-color: #ebeae4;
4 $comment-br-color: #c4c3bc; // a darkish color, black is too striking
5 $comment-date-color: #555; // a bit lighter for less emphasis
6 $content-color: #f6f6f0; // from gitweb.
7 $inline-code-background-color: #fff;
8 $link-color: #0645ad;
9 $link-visited-color: #0b0080;
10 $main-column-max-width: 700px;
11 $page-header-link-color: #333;
12 $site-background-color: #d9d8d1; // from gitweb.
13 $text-input-color: #fff;
14
15 body {
16 background-color: $site-background-color; // default too bright. use gitweb's color
17 font-family: "Lucida Sans Unicode","Lucida Grande","Verdana","FreeSans",sans-serif;
18 margin: 0; // get rid of the small default margin so we can stripe the page
19 }