1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
body { margin: 0; font-family: Roboto, Helvetica, sans-serif; } /* generic scrollbar styling for chrome & friends */ ::-webkit-scrollbar { width: 5px; } ::-webkit-scrollbar-thumb { background: #bdbdbd; border-radius: 3px; } ::-webkit-scrollbar-thumb:hover { background: #6e6e6e; }