From 811ac6f52e1f9d2ac3c5149b3e56a3cc8f2c94d4 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sat, 18 Apr 2015 17:21:06 +0200 Subject: Rename "constants.less" to "preamble.less" --- style/preamble.less | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 style/preamble.less (limited to 'style/preamble.less') 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. + */ + +@color-bg: #fcfcfc; +@color-text: #333; +@color-main: #dc143c; /* "crimson" */ +@color-footer: #333; +@color-light: #999; + -- cgit v1.2.3