clean-jsdoc-theme
Version:
A beautifully crafted theme/template for JSDoc 3. This theme/template looks and feels like a premium theme/template. This is a fully mobile responsive theme and also fully customizable theme.
30 lines (22 loc) • 463 B
CSS
::-webkit-scrollbar {
height: 0.3125rem;
width: 0.3125rem;
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
border-radius: 1rem;
}
::-webkit-scrollbar-track {
background: #333;
}
::-webkit-scrollbar-thumb {
background: #555;
outline: 0.06125rem solid #555;
}
.light ::-webkit-scrollbar-track {
background: #ddd;
}
.light ::-webkit-scrollbar-thumb {
background: #aaa;
outline: 0.06125rem solid #aaa;
}