summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorNoah Jewell <njewe42@tscstudents.net>2017-04-11 19:38:09 +0000
committerNoah Jewell <njewe42@tscstudents.net>2017-04-11 19:38:09 +0000
commit604c977b5843de056fd274ef3c17fdff9e7b2c1f (patch)
tree5a30812c1e7a1417574992381846c1fac39613ee /less
parentc1dcb66df9fc2ab392ea363fe6362f958f96f841 (diff)
Upload new file
Diffstat (limited to 'less')
-rw-r--r--less/variables.less12
1 files changed, 12 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less
new file mode 100644
index 0000000..418cffa
--- /dev/null
+++ b/less/variables.less
@@ -0,0 +1,12 @@
+// Variables
+
+// Gray and Brand Colors for use across theme
+
+@theme-primary: #0085A1;
+
+@gray-base: #000;
+@gray-darker: lighten(@gray-base, 13.5%); // #222
+@gray-dark: lighten(@gray-base, 20%); // #333
+@gray: lighten(@gray-base, 33.5%); // #555
+@gray-light: lighten(@gray-base, 46.7%); // #777
+@gray-lighter: lighten(@gray-base, 93.5%); // #eee \ No newline at end of file