This commit is contained in:
Sam Potts
2017-07-09 17:14:42 +10:00
parent 21f444ed61
commit 03c3960e93
5 changed files with 12 additions and 10 deletions

2
demo/dist/demo.css vendored

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@
@gray-lighter: #dbe3e8;
@off-white: #f2f5f7;
@brand-primary: #20d193;
@brand-primary: #1aafff;
@brand-secondary: #02BD9B;
// Brands
@ -24,8 +24,8 @@
@font-size-base: 16;
@font-size-small: 14;
@font-size-h1: 64;
@font-weight-base: 500;
@font-weight-bold: 700;
@font-weight-base: 400;
@font-weight-bold: 500;
// Elements
@link-color: @brand-primary;