From 0148c76c30d87dc6df79a8ef7264d0efd29988a3 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Wed, 16 Aug 2017 00:36:23 +1000 Subject: ESLint, comments, quality and speed menus --- demo/src/less/variables.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'demo/src/less/variables.less') diff --git a/demo/src/less/variables.less b/demo/src/less/variables.less index 25e91674..4768cdd6 100644 --- a/demo/src/less/variables.less +++ b/demo/src/less/variables.less @@ -9,7 +9,7 @@ @gray-lighter: #dbe3e8; @off-white: #f2f5f7; -@brand-primary: #1aafff; +@brand-primary: #3498db; @brand-secondary: #02BD9B; // Brands @@ -18,14 +18,14 @@ @color-vimeo: #19b7ed; // Base -@body-background: #fff; +@body-background: @off-white; //linear-gradient(to left top, @brand-secondary, @brand-primary); // Type @font-size-base: 16; @font-size-small: 14; @font-size-h1: 64; @font-weight-base: 500; -@font-weight-bold: 600; +@font-weight-bold: 700; // Elements @link-color: @brand-primary; @@ -45,4 +45,4 @@ // Examples @example-width-audio: 520px; -@container-width: 800px; +@example-width-video: 1200px; -- cgit v1.2.3