diff options
| author | Franck Cuny <franck@lumberjaph.net> | 2013-07-25 18:19:52 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@lumberjaph.net> | 2013-07-25 18:19:52 -0700 |
| commit | b42718f7d9aac88a3048c616193f81deff49e401 (patch) | |
| tree | f964fbae3d81cb6af155d612985f4b344267f4b5 /assets/less/variables.less | |
| parent | attempt for a new design (diff) | |
| download | lumberjaph-b42718f7d9aac88a3048c616193f81deff49e401.tar.gz | |
First attempt with the new theme.
Diffstat (limited to '')
| -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 |
