Files
site/themes/github.com/davegallant/hugo-theme-gruvbox/assets/css/critical/20-scrollbar.css
2024-01-07 08:49:07 -05:00

15 lines
240 B
CSS

pre::-webkit-scrollbar {
height: 0.5rem;
scrollbar-width: auto;
}
pre::-webkit-scrollbar-track {
background: var(--bg2);
border-radius: 0.2rem;
}
pre::-webkit-scrollbar-thumb {
background: var(--bg4);
border-radius: 0.2rem;
}