Skip to content

Commit e735c95

Browse files
committed
styling tweaks
1 parent d8f933f commit e735c95

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

scout-style/10strap.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ hr.inverse {
5454
}
5555

5656
code {
57-
color: @purple2;
57+
font-family: Menlo, monospace;
58+
color: @gray1;
5859
background-color: @gray8;
5960
}
6061

scout-ui/src/minicharts/index.less

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,26 @@ div.minichart.unique {
2525
color: @gray1;
2626
}
2727
}
28+
i.mms-icon-continuous { // remove after wrapping this in an <a> again
29+
color: @gray5;
30+
cursor: pointer;
31+
32+
&:hover {
33+
color: @gray1;
34+
}
35+
}
2836
}
2937
dd {
3038
margin-left: 30px;
3139
overflow: hidden;
3240

3341
ul li {
3442
margin-bottom: 6px;
43+
44+
code {
45+
font-size: 12px;
46+
line-height: 20px;
47+
}
3548
}
3649
}
3750
}
@@ -41,7 +54,8 @@ svg.minichart {
4154
font-size: 10px;
4255

4356
text {
44-
fill: #000;
57+
fill: @gray4;
58+
font-weight: bold;
4559
}
4660

4761
.glass {
@@ -86,7 +100,7 @@ svg.minichart {
86100
}
87101

88102
line {
89-
stroke: @gray6;
103+
stroke: @gray7;
90104
}
91105
shape-rendering: crispEdges;
92106
}

0 commit comments

Comments
 (0)