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 @@ -31,13 +31,26 @@ div.minichart.unique {
31
31
color : @gray1 ;
32
32
}
33
33
}
34
+ i .mms-icon-continuous { // remove after wrapping this in an <a> again
35
+ color : @gray5 ;
36
+ cursor : pointer ;
37
+
38
+ & :hover {
39
+ color : @gray1 ;
40
+ }
41
+ }
34
42
}
35
43
dd {
36
44
margin-left : 30px ;
37
45
overflow : hidden ;
38
46
39
47
ul li {
40
48
margin-bottom : 6px ;
49
+
50
+ code {
51
+ font-size : 12px ;
52
+ line-height : 20px ;
53
+ }
41
54
}
42
55
}
43
56
}
@@ -53,7 +66,8 @@ svg.minichart {
53
66
font-size : 10px ;
54
67
55
68
text {
56
- fill : #000 ;
69
+ fill : @gray4 ;
70
+ font-weight : bold ;
57
71
}
58
72
59
73
.glass {
@@ -119,7 +133,7 @@ svg.minichart {
119
133
}
120
134
121
135
line {
122
- stroke : @gray6 ;
136
+ stroke : @gray7 ;
123
137
}
124
138
shape-rendering : crispEdges ;
125
139
}
You can’t perform that action at this time.
0 commit comments