1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-12 22:15:55 +00:00

Blending the background color of the snippet bar and the divider

This commit is contained in:
Scott Tolksdorf
2016-05-16 20:47:13 -04:00
parent d9015c399c
commit 81ea2c838e
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
@import 'naturalcrit/styles/core.less';
.homebrew{
height : 100%;
//TODO: Consider making backgroudn color lighter
background-color : @steel;
.page{
display : flex;

View File

@@ -14,7 +14,7 @@
height : 100%;
width : 12px;
cursor : ew-resize;
background-color : #bbb;
background-color : #ddd;
text-align : center;
.dots{
display : table-cell;