diff options
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; + |