X-Git-Url: https://iankelling.org/git/?p=iankelling.org;a=blobdiff_plain;f=css%2Fcommon.scss;h=f9370b27239468761495e870f7588e2e44fd9560;hp=7bf33af67b5687980b68dc911dc825e30ebe975e;hb=001299deacd7b5d230416aeda612ca7b40e13ffc;hpb=f32a9440b9055001ef3749999eaf3b4d7974932c diff --git a/css/common.scss b/css/common.scss index 7bf33af..f9370b2 100644 --- a/css/common.scss +++ b/css/common.scss @@ -1,11 +1,9 @@ // a few minor things are in main.css and gitweb.css -@import "open-sans"; - -$comment-background-color: #ebeae4; +$comment-background-color: #d9d8d1; $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. +$content-color: #ebeae4; $inline-code-background-color: #fff; $link-color: #0645ad; $link-visited-color: #0b0080; @@ -16,6 +14,6 @@ $text-input-color: #fff; body { background-color: $site-background-color; // default too bright. use gitweb's color - font-family: 'Open Sans',sans-serif; + 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 }