From 57aa89824a8dabb631c15af986a39e779d0fe3cb Mon Sep 17 00:00:00 2001 From: Mark Weiman Date: Sun, 11 Oct 2015 01:00:38 -0400 Subject: inital --- root/static/less/variables.less | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 root/static/less/variables.less (limited to 'root/static/less/variables.less') diff --git a/root/static/less/variables.less b/root/static/less/variables.less new file mode 100644 index 0000000..062d2fc --- /dev/null +++ b/root/static/less/variables.less @@ -0,0 +1,7 @@ +// Variables + +@brand-primary: #0085A1; +@gray-dark: lighten(black, 25%); +@gray: lighten(black, 50%); +@white-faded: fade(white, 80%); +@gray-light: #eee; \ No newline at end of file -- cgit v1.3.1