diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-03-06 23:54:49 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-03-06 23:54:49 +0100 |
commit | ca1a6aa7df6703c10d1cd97afedd9c6838ba425b (patch) | |
tree | ca8a7fbd6fd4d43268a095ead32f7b4fecd38b72 /style/constants.less | |
parent | e2f172624be2c0cc96461bdd9418e23e798a93b2 (diff) |
First commit of the ousia based website architecture
Diffstat (limited to 'style/constants.less')
-rw-r--r-- | style/constants.less | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/style/constants.less b/style/constants.less new file mode 100644 index 0000000..d777aed --- /dev/null +++ b/style/constants.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; + |