add normalize, refactor css
[iankelling.org] / css / common.scss
index ca35862f8e7e93c993add9dc7a763d4a496a412c..13f2490b50892764f112be8a48cd25486cd77dfc 100644 (file)
@@ -1,6 +1,16 @@
-/* a few other things are duplicated in main.css and gitweb.css,*/
+/* a few minor things are duplicated 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: #ffffff;
+$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: #ffffff;
 
 /* nice font seen elsewhere. google -> stackoverflow -> localfont.com */
 /* If I didn't use this font, I'd just go with sans-serif */
@@ -22,7 +32,7 @@ $main-column-max-width: 700px;
 body {
     font-family: 'Open Sans',sans-serif;
     /* default too bright. use gitweb's color */
-    background-color: #d9d8d1;
+    background-color: $site-background-color;
     /* get rid of the small default margin so we can stripe the page */
     margin: 0;
 }