diff options
author | Sam Potts <sam@potts.es> | 2017-08-16 00:36:23 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2017-08-16 00:36:23 +1000 |
commit | 0148c76c30d87dc6df79a8ef7264d0efd29988a3 (patch) | |
tree | de5d3e80763dd7290bc8e89b0fb027a3e756021b /demo/src/less/variables.less | |
parent | 18b2cbb2e9f442ad1fe22543403bdccbf119a014 (diff) | |
download | plyr-0148c76c30d87dc6df79a8ef7264d0efd29988a3.tar.lz plyr-0148c76c30d87dc6df79a8ef7264d0efd29988a3.tar.xz plyr-0148c76c30d87dc6df79a8ef7264d0efd29988a3.zip |
ESLint, comments, quality and speed menus
Diffstat (limited to 'demo/src/less/variables.less')
-rw-r--r-- | demo/src/less/variables.less | 8 |
1 files changed, 4 insertions, 4 deletions
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; |