File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -346,20 +346,24 @@ h6:hover .anchor {
346
346
font-weight : 500
347
347
}
348
348
349
- .post-content ::-webkit-scrollbar-thumb {
349
+ .post-content : not ( table ) : :-webkit-scrollbar-thumb {
350
350
border : 2px solid var (--hljs-bg );
351
351
background : rgba (255 , 255 , 255 , 0.32 )
352
352
}
353
353
354
- .post-content ::-webkit-scrollbar-thumb : hover {
354
+ .post-content : not ( table ) : :-webkit-scrollbar-thumb : hover {
355
355
background : rgba (255 , 255 , 255 , 0.56 )
356
356
}
357
357
358
- .gist ::-webkit-scrollbar-thumb {
358
+ .gist table ::-webkit-scrollbar-thumb {
359
359
border : 2px solid rgb (255 , 255 , 255 );
360
360
background : rgba (0 , 0 , 0 , 0.32 )
361
361
}
362
362
363
- .gist ::-webkit-scrollbar-thumb : hover {
363
+ .gist table ::-webkit-scrollbar-thumb : hover {
364
364
background : rgba (0 , 0 , 0 , 0.56 )
365
365
}
366
+
367
+ .post-content table ::-webkit-scrollbar-thumb {
368
+ border-width : 2px ;
369
+ }
You can’t perform that action at this time.
0 commit comments