File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 235235}
236236.search-dialog ::-webkit-scrollbar { width : 6px ; }
237237.search-dialog ::-webkit-scrollbar-track { background : transparent; }
238- .search-dialog ::-webkit-scrollbar-thumb { background-color : # 4f46e5 ; border-radius : 4px ; }
239- .search-dialog ::-webkit-scrollbar-thumb : hover { background-color : # 3b36c6 ; }
238+ .search-dialog ::-webkit-scrollbar-thumb { background-color : rgb (156 163 175 ); border-radius : 4px ; }
239+ .search-dialog ::-webkit-scrollbar-thumb : hover { background-color : rgb (107 114 128 ); }
240+ .dark .search-dialog ::-webkit-scrollbar-thumb { background-color : rgb (75 85 99 ); border-radius : 4px ; }
241+ .dark .search-dialog ::-webkit-scrollbar-thumb : hover { background-color : rgb (107 114 128 ); }
240242.group-item [aria-selected = true ], .group-item [aria-selected = true ] a , .group-item [aria-selected = true ] mark {
241243 background-color : # 42b983 ;
242244 box-shadow : inset 0 0 0 2px # 42b983 ;
You can’t perform that action at this time.
0 commit comments