From 5e67f98dd788cd492d606fc45076a13697fa4a1e Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 24 Mar 2018 10:38:36 +0100 Subject: [PATCH] app/assets/less/variables.less: cleanup color variables abit. --- app/assets/less/variables.less | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/app/assets/less/variables.less b/app/assets/less/variables.less index b795f2c..7da2d22 100644 --- a/app/assets/less/variables.less +++ b/app/assets/less/variables.less @@ -6,9 +6,8 @@ @image-path: '@{base-path}/img'; // ---------------------------------- -// General colors. +// Colors // ---------------------------------- -@blue: #0000ff; @lightest-gray: #f9f9f9; @light-gray: #dcdcdc; @dark-gray: #444; @@ -16,22 +15,19 @@ @black: #000; @white: #fff; -// ---------------------------------- -// Global colors. -// ---------------------------------- - -@brand-color: #03a9f4; -@brand-info: hsl(210, 70%, 50%); -@foreground-color: white; -//@body-bg: #f3f6fc; -@body-bg: #f5f5f6; -@border-color: @light-gray; - +// Text @text-color: #353535; @text-secondary-color: #757575; @text-light-color: #f1f1f1; -// Branding colors +// Layout +@foreground-color: white; +@body-bg: #f5f5f6; +@border-color: @light-gray; + +// Brand +@brand-color: #03a9f4; +@brand-info: hsl(210, 70%, 50%); @google-color: #db4437; @github-color: #4183c4;