We have a page and a design!
[philo.git] / static / scss / _var.scss
1 /* Compass Vars */
2
3 $base-font-size: 16px;
4 $base-line-height: 25px;
5
6
7 /* Custom Vars */
8 $page-width: 750px;
9 $page-background: #E0E5EF;
10 $content-background: transparent;
11 $foreground: #333;
12
13 $textfonts: Helvetica, Arial, serif;
14
15 /* custom mixins */
16
17 @mixin body-text{
18         color:$foreground;
19         text-shadow:0 1px 0 #FFF;
20         font-family: $textfonts;
21 }