Mercurial > wikked
comparison static/css/custom-variables.less @ 149:d29e2f337b00
Updated to Bootstrap 3.0.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 12 Dec 2013 21:54:04 -0800 |
parents | 13249e5ca51c |
children |
comparison
equal
deleted
inserted
replaced
148:f02e049d6546 | 149:d29e2f337b00 |
---|---|
3 // (this file isn't part of Bootstrap) | 3 // (this file isn't part of Bootstrap) |
4 // -------------------------------------------------- | 4 // -------------------------------------------------- |
5 | 5 |
6 // Bootstrap overrides | 6 // Bootstrap overrides |
7 // ------------------------- | 7 // ------------------------- |
8 @bodyBackground: @white; | 8 @body-bg: #fff; |
9 @textColor: @grayDark; | 9 @text-color: @gray-dark; |
10 | 10 |
11 //@monoFontFamily: "Lucida Console", Monaco, Consolas, "Courier New", monospace; | 11 @font-size-base: 18px; |
12 //@line-height-base: (@font-size-base * 1.5); | |
12 | 13 |
13 @baseFontSize: 18px; | |
14 @baseLineHeight: (@baseFontSize * 1.5); | |
15 | |
16 //@linkColor: rgb(128, 128, 128); | |
17 //@linkColorHover: rgb(96, 96, 96); | |
18 |