diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-18 17:21:06 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-18 17:21:06 +0200 |
commit | 811ac6f52e1f9d2ac3c5149b3e56a3cc8f2c94d4 (patch) | |
tree | 087ba229af26a69b99cdf7fe7806563ab657f09f /style/preamble.less | |
parent | 5b2a1813069ed9dfa2f4c5af56495aa051e67833 (diff) |
Rename "constants.less" to "preamble.less"
Diffstat (limited to 'style/preamble.less')
-rw-r--r-- | style/preamble.less | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/style/preamble.less b/style/preamble.less new file mode 100644 index 0000000..d777aed --- /dev/null +++ b/style/preamble.less @@ -0,0 +1,15 @@ +/* + * Ousía Website CSS + * + * (c) Andreas Stöckel, 2015 + * + * This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 + * International License. <http://creativecommons.org/licenses/by-sa/4.0/> + */ + +@color-bg: #fcfcfc; +@color-text: #333; +@color-main: #dc143c; /* "crimson" */ +@color-footer: #333; +@color-light: #999; + |