diff options
Diffstat (limited to 'assets/less/variables.less')
| -rw-r--r-- | assets/less/variables.less | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/assets/less/variables.less b/assets/less/variables.less new file mode 100644 index 0000000..36f61c5 --- /dev/null +++ b/assets/less/variables.less @@ -0,0 +1,31 @@ +// Typography +// -------------------------------------------------- + +@base-font: 'source-sans-pro', sans-serif; +@heading-font: @base-font; +@caption-font: @base-font; +@code-font: 'source-code-pro', monospace; +@alt-font: 'volkorn', serif; + +@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; +@text-color : #333; +@base-color : #343434; +@comp-color : spin(@base-color, 180); +@border-color : @base-color; +@white : #fff; +@black : #000; +@accent-color : @black; +@link-color : #343434;
\ No newline at end of file |
