File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed
Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ hr.inverse {
5656code {
5757 font-family : Menlo, monospace ;
5858 color : @gray1 ;
59- background-color : @gray8 ;
59+ background-color : @gray6 ; // @worldhack: was @gray8
6060}
6161
6262input ,
Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change 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" ;
Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff line change 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
1212div .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 }
You can’t perform that action at this time.
0 commit comments