File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ body.dark .docs-navigation {
188
188
}
189
189
190
190
body .dark pre code ::-webkit-scrollbar-thumb {
191
- background : $border-dark ;
191
+ background : $gray-400 ;
192
192
}
193
193
194
194
body .dark code :not (.hljs ) {
@@ -202,7 +202,7 @@ body.dark pre code:hover {
202
202
}
203
203
204
204
body .dark pre code ::-webkit-scrollbar-thumb :hover {
205
- background : $border-dark ;
205
+ background : $gray-500 ;
206
206
}
207
207
208
208
body .dark blockquote {
@@ -331,20 +331,3 @@ body.dark .copy-status:active::after {
331
331
display : block ;
332
332
color : $link-color-dark ;
333
333
}
334
-
335
- body .dark pre code ::-webkit-scrollbar {
336
- height : 5px ;
337
- }
338
-
339
- body .dark pre code ::-webkit-scrollbar-thumb {
340
- background : $gray-400 ;
341
- }
342
-
343
- body .dark pre code :hover {
344
- scrollbar-width : thin ;
345
- scrollbar-color : $gray-500 transparent ;
346
- }
347
-
348
- body .dark pre code ::-webkit-scrollbar-thumb :hover {
349
- background : $gray-500 ;
350
- }
You can’t perform that action at this time.
0 commit comments