diff options
Diffstat (limited to 'root/static/less/variables.less')
| -rw-r--r-- | root/static/less/variables.less | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
