Sha256: 0ff7a15d51e80dab6414437053814a6f183f87033ffce3ff392affe016762edd
Contents?: true
Size: 488 Bytes
Versions: 10
Compression:
Stored size: 488 Bytes
Contents
::-webkit-scrollbar { width: 4px; height: 4px; } ::-webkit-scrollbar-track-piece { background: var(--theme-200); } ::-webkit-scrollbar-thumb { border-radius: 4px; background-color: var(--theme-600); background-image: repeating-linear-gradient( -45deg, var(--theme-600) 0, var(--theme-600) 32px, var(--theme-400) 32px, var(--theme-400) 36px ); } ::-webkit-scrollbar-thumb:vertical { height: 4px; } ::-webkit-scrollbar-thumb:horizontal { width: 4px; }
Version data entries
10 entries across 10 versions & 1 rubygems