summaryrefslogtreecommitdiff
path: root/root/static/less/variables.less
blob: 062d2fc63038ea09c3d980014fad6dcb32d1ec76 (plain)
1
2
3
4
5
6
7
// Variables

@brand-primary: #0085A1;
@gray-dark: lighten(black, 25%);
@gray: lighten(black, 50%);
@white-faded: fade(white, 80%);
@gray-light: #eee;