Skip to content

Commit b155d69

Browse files
committed
Merge branch 'higher-contrast' into dev
2 parents d16f56b + 65dd4d0 commit b155d69

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed
323 Bytes
Loading

scout-style/10strap.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ hr.inverse {
5656
code {
5757
font-family: Menlo, monospace;
5858
color: @gray1;
59-
background-color: @gray8;
59+
background-color: @gray6; // @worldhack: was @gray8
6060
}
6161

6262
input,
323 Bytes
Loading

scout-style/sidebar.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
padding: 5px 5px 5px 30px;
2121
height: auto;
2222
background: @pw;
23+
border-color: @gray6;
2324
}
2425
input[type=search] {
2526
border-radius: 18px;

scout-style/variables.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Variables
33
// --------------------------------------------------
44
@sidebar-bg: @pw;
5-
@sidebar-border: @gray7;
5+
@sidebar-border: @gray6; // @worldhack: was @gray7
66
@sidebar-width: 220px;
77

88
@octicons-font-path: "fonts";

scout-ui/src/home/index.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
hr.field-divider {
6565
margin-bottom: 12px;
66-
border-top: 1px solid @gray7;
66+
border-top: 1px solid @gray6; // @worldhack: was @gray7
6767
}
6868

6969
.schema-field-list {

scout-ui/src/minicharts/index.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@mc-blue4: lighten(@mc-blue0, 30%);
77
@mc-blue5: lighten(@mc-blue0, 37.5%);
88

9-
@mc-bg: #F2F4F5;
9+
@mc-bg: @gray6; // @worldhack: was #F2F4F5
1010
@mc-fg: @mc-blue0;
1111

1212
div.minichart.unique {
@@ -66,7 +66,7 @@ svg.minichart {
6666
font-size: 10px;
6767

6868
text {
69-
fill: @gray4;
69+
fill: @gray2; // @worldhack: was @gray4
7070
font-weight: bold;
7171
}
7272

@@ -129,11 +129,11 @@ svg.minichart {
129129

130130
.legend {
131131
text {
132-
fill: @gray5;
132+
fill: @gray4; // @worldhack: was @gray5
133133
}
134134

135135
line {
136-
stroke: @gray7;
136+
stroke: @gray6; // @worldhack: was @gray7
137137
}
138138
shape-rendering: crispEdges;
139139
}

0 commit comments

Comments
 (0)