File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 35
35
margin-left : 16px ;
36
36
transform : rotate (-45deg );
37
37
color :lighten (getColor (dusty-grey ), 10% );
38
+
39
+ & :hover {
40
+ color : lighten (getColor (denim ), 5% );
41
+ }
38
42
}
39
43
40
44
& :hover {
41
45
color : darken (getColor (denim ), 5% );
42
46
}
43
47
}
44
48
49
+ ::selection {
50
+ background : transparentize (getColor (malibu ), 0.65 );
51
+ }
52
+
45
53
@import ' ./markdown' ;
Original file line number Diff line number Diff line change 92
92
}
93
93
94
94
code {
95
- background- color :transparentize ( getColor ( alto ), 0.5 ) ;
95
+ color : inherit ;
96
96
}
97
97
}
98
98
162
162
code , tt {
163
163
font-family :' Ubuntu Mono' , monospace ;
164
164
margin : 0 2px ;
165
- padding : 0 5 px ;
165
+ padding : 2 px 6 px ;
166
166
white-space : nowrap ;
167
- border : 1px solid #eaeaea ;
168
- background-color : #f8f8f8 ;
167
+ background-color : transparentize (getColor (fiord ), 0.94 );
169
168
border-radius : 3px ;
169
+ text-shadow : 0 1px 0 transparentize (getColor (white ), 0.5 );
170
+ color : getColor (elephant );
170
171
}
171
172
172
173
pre {
184
185
border : none ;
185
186
color :getColor (concrete );
186
187
background : transparent ;
188
+ text-shadow : none ;
187
189
188
190
.code-details-summary-span {
189
191
margin-left : -15px ;
You can’t perform that action at this time.
0 commit comments