Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
zizdlp committed Sep 20, 2024
1 parent f42db81 commit 006f69c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function ListRepoElement({

<div
className="flex flex-col justify-begin overflow-x-scroll
scrollbar scrollbar-thumb-rounded-full scrollbar-track-rounded-full scrollbar-w-[6px]
scrollbar scrollbar-thumb-rounded-full scrollbar-track-rounded-full scrollbar-h-[6px]
scrollbar-thumb-slate-200 scrollbar-track-slate-100
dark:scrollbar-thumb-slate-500/50 dark:scrollbar-track-slate-500/[0.16]"
>
Expand All @@ -59,7 +59,7 @@ export default function ListRepoElement({
>
<div
className="text-sky-700 dark:text-sky-600 font-semibold text-base whitespace-nowrap overflow-x-scroll max-w-64
scrollbar scrollbar-thumb-rounded-full scrollbar-track-rounded-full scrollbar-w-[6px]
scrollbar scrollbar-thumb-rounded-full scrollbar-track-rounded-full scrollbar-h-[6px]
scrollbar-thumb-slate-200 scrollbar-track-slate-100
dark:scrollbar-thumb-slate-500/50 dark:scrollbar-track-slate-500/[0.16]
hover:underline underline-offset-4 hover:text-sky-500 hover:dark:text-sky-500"
Expand Down

0 comments on commit 006f69c

Please sign in to comment.