Skip to content

Commit

Permalink
darkened grays to increase contrast for projectors.
Browse files Browse the repository at this point in the history
  • Loading branch information
rueckstiess committed May 29, 2015
1 parent 1da49cc commit 65dd4d0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion scout-style/10strap.less
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ hr.inverse {
code {
font-family: Menlo, monospace;
color: @gray1;
background-color: @gray8;
background-color: @gray6; // @worldhack: was @gray8
}

input,
Expand Down
1 change: 1 addition & 0 deletions scout-style/sidebar.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
padding: 5px 5px 5px 30px;
height: auto;
background: @pw;
border-color: @gray6;
}
input[type=search] {
border-radius: 18px;
Expand Down
2 changes: 1 addition & 1 deletion scout-style/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Variables
// --------------------------------------------------
@sidebar-bg: @pw;
@sidebar-border: @gray7;
@sidebar-border: @gray6; // @worldhack: was @gray7
@sidebar-width: 220px;

@octicons-font-path: "fonts";
Expand Down
2 changes: 1 addition & 1 deletion scout-ui/src/home/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

hr.field-divider {
margin-bottom: 12px;
border-top: 1px solid @gray7;
border-top: 1px solid @gray6; // @worldhack: was @gray7
}

.schema-field-list {
Expand Down
8 changes: 4 additions & 4 deletions scout-ui/src/minicharts/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@mc-blue4: lighten(@mc-blue0, 30%);
@mc-blue5: lighten(@mc-blue0, 37.5%);

@mc-bg: #F2F4F5;
@mc-bg: @gray6; // @worldhack: was #F2F4F5
@mc-fg: @mc-blue0;

div.minichart.unique {
Expand Down Expand Up @@ -66,7 +66,7 @@ svg.minichart {
font-size: 10px;

text {
fill: @gray4;
fill: @gray2; // @worldhack: was @gray4
font-weight: bold;
}

Expand Down Expand Up @@ -129,11 +129,11 @@ svg.minichart {

.legend {
text {
fill: @gray5;
fill: @gray4; // @worldhack: was @gray5
}

line {
stroke: @gray7;
stroke: @gray6; // @worldhack: was @gray7
}
shape-rendering: crispEdges;
}
Expand Down

0 comments on commit 65dd4d0

Please sign in to comment.