Mercurial > wikked
comparison static/bootstrap/less/custom_variables.less @ 61:130eccd396d8
Now using Boostrap with LESS.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 06 Feb 2013 08:22:31 -0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
60:8250c977bc50 | 61:130eccd396d8 |
---|---|
1 // | |
2 // Custom Variables | |
3 // (this file isn't part of Bootstrap) | |
4 // -------------------------------------------------- | |
5 | |
6 // Bootstrap overrides | |
7 // ------------------------- | |
8 @bodyBackground: @white; | |
9 @textColor: @grayDark; | |
10 | |
11 //@monoFontFamily: "Lucida Console", Monaco, Consolas, "Courier New", monospace; | |
12 | |
13 @baseFontSize: 18px; | |
14 @baseLineHeight: (@baseFontSize * 1.5); | |
15 | |
16 //@linkColor: rgb(128, 128, 128); | |
17 //@linkColorHover: rgb(96, 96, 96); | |
18 |