[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

style: adjust scrollbar background for theme consistency (#949)

authored by

rzzf and committed by
GitHub
146c6774 820662cc

+1 -1
+1 -1
app/pages/package/[...package].vue
··· 1343 1343 1344 1344 .sidebar-scroll:hover::-webkit-scrollbar-thumb, 1345 1345 .sidebar-scroll:focus-within::-webkit-scrollbar-thumb { 1346 - background-color: #cecece; 1346 + background-color: var(--border); 1347 1347 border-radius: 9999px; 1348 1348 } 1349 1349