brouilleursdeblanc/assets/less/variables.less

32 lines
745 B
Text
Raw Normal View History

2013-06-25 20:19:49 +00:00
// Typography
// --------------------------------------------------
@base-font: 'source-sans-pro', sans-serif;
@heading-font: @base-font;
@caption-font: @base-font;
@code-font: 'source-code-pro', monospace;
@alt-font: 'volkhov', serif;
2013-06-25 20:19:49 +00:00
@doc-font-size: 16;
@doc-line-height: 24;
// set-up the body font-size / line-height
body {
margin-top: 0px + @doc-line-height;
font-size: 0px + @doc-font-size;
}
// Colors
// --------------------------------------------------
@body-color : #ebebeb;
2013-07-26 15:05:10 +00:00
@text-color : #222;
2013-06-25 20:19:49 +00:00
@base-color : #343434;
@comp-color : spin(@base-color, 180);
@border-color : @base-color;
@white : #fff;
@black : #000;
@accent-color : @black;
@link-color : #222;