Skip to content

Commit d44f5ac

Browse files
committed
Update tailwind.input.css
1 parent 05250ab commit d44f5ac

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

MyApp/tailwind.input.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,10 @@
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;

0 commit comments

Comments
 (0)