File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,8 @@ hr.inverse {
54
54
}
55
55
56
56
code {
57
- color : @purple2 ;
57
+ font-family : Menlo, monospace ;
58
+ color : @gray1 ;
58
59
background-color : @gray8 ;
59
60
}
60
61
Original file line number Diff line number Diff line change @@ -25,13 +25,26 @@ div.minichart.unique {
25
25
color : @gray1 ;
26
26
}
27
27
}
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
+ }
28
36
}
29
37
dd {
30
38
margin-left : 30px ;
31
39
overflow : hidden ;
32
40
33
41
ul li {
34
42
margin-bottom : 6px ;
43
+
44
+ code {
45
+ font-size : 12px ;
46
+ line-height : 20px ;
47
+ }
35
48
}
36
49
}
37
50
}
@@ -41,7 +54,8 @@ svg.minichart {
41
54
font-size : 10px ;
42
55
43
56
text {
44
- fill : #000 ;
57
+ fill : @gray4 ;
58
+ font-weight : bold ;
45
59
}
46
60
47
61
.glass {
@@ -86,7 +100,7 @@ svg.minichart {
86
100
}
87
101
88
102
line {
89
- stroke : @gray6 ;
103
+ stroke : @gray7 ;
90
104
}
91
105
shape-rendering : crispEdges ;
92
106
}
You can’t perform that action at this time.
0 commit comments