From ca1a6aa7df6703c10d1cd97afedd9c6838ba425b Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Fri, 6 Mar 2015 23:54:49 +0100 Subject: First commit of the ousia based website architecture --- style/constants.less | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 style/constants.less (limited to 'style/constants.less') 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. + */ + +@color-bg: #fcfcfc; +@color-text: #333; +@color-main: #dc143c; /* "crimson" */ +@color-footer: #333; +@color-light: #999; + -- cgit v1.2.3