Files
site/themes/custom-theme/assets/css/critical/20-scrollbar.css
Dave Gallant 8d898eb69a Tweak theme
2024-04-07 21:55:42 -04: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;
}