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/constants.less | 15 --------------- style/preamble.less | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 style/constants.less create mode 100644 style/preamble.less diff --git a/style/constants.less b/style/constants.less deleted file mode 100644 index d777aed..0000000 --- a/style/constants.less +++ /dev/null @@ -1,15 +0,0 @@ -/* - * 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; - 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