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 {
5454}
5555
5656code {
57- color : @purple2 ;
57+ font-family : Menlo, monospace ;
58+ color : @gray1 ;
5859 background-color : @gray8 ;
5960}
6061
Original file line number Diff line number Diff line change @@ -31,13 +31,26 @@ div.minichart.unique {
3131 color : @gray1 ;
3232 }
3333 }
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+ }
3442 }
3543 dd {
3644 margin-left : 30px ;
3745 overflow : hidden ;
3846
3947 ul li {
4048 margin-bottom : 6px ;
49+
50+ code {
51+ font-size : 12px ;
52+ line-height : 20px ;
53+ }
4154 }
4255 }
4356 }
@@ -53,7 +66,8 @@ svg.minichart {
5366 font-size : 10px ;
5467
5568 text {
56- fill : #000 ;
69+ fill : @gray4 ;
70+ font-weight : bold ;
5771 }
5872
5973 .glass {
@@ -119,7 +133,7 @@ svg.minichart {
119133 }
120134
121135 line {
122- stroke : @gray6 ;
136+ stroke : @gray7 ;
123137 }
124138 shape-rendering : crispEdges ;
125139 }
You can’t perform that action at this time.
0 commit comments