From 81ea2c838e59697238dc997c4dbfd599fe63e8a6 Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Mon, 16 May 2016 20:47:13 -0400 Subject: [PATCH] Blending the background color of the snippet bar and the divider --- client/homebrew/homebrew.less | 2 ++ shared/naturalcrit/splitPane/splitPane.less | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/client/homebrew/homebrew.less b/client/homebrew/homebrew.less index bd42707..b8df9a4 100644 --- a/client/homebrew/homebrew.less +++ b/client/homebrew/homebrew.less @@ -1,6 +1,8 @@ @import 'naturalcrit/styles/core.less'; .homebrew{ height : 100%; + + //TODO: Consider making backgroudn color lighter background-color : @steel; .page{ display : flex; diff --git a/shared/naturalcrit/splitPane/splitPane.less b/shared/naturalcrit/splitPane/splitPane.less index 3b50af0..d95e40c 100644 --- a/shared/naturalcrit/splitPane/splitPane.less +++ b/shared/naturalcrit/splitPane/splitPane.less @@ -14,7 +14,7 @@ height : 100%; width : 12px; cursor : ew-resize; - background-color : #bbb; + background-color : #ddd; text-align : center; .dots{ display : table-cell;